mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: java-jgit-4.2: Remove trailing #T from build phase.
* gnu/packages/java.scm (java-jgit-4.2)[arguments]: Remove trailing #T from build phase.
This commit is contained in:
parent
f206682903
commit
d977bb8d6b
1 changed files with 1 additions and 2 deletions
|
@ -13163,8 +13163,7 @@ network protocols, and core version control algorithms.")
|
|||
(add-after 'unpack 'use-latest-javaewah-API
|
||||
(lambda _
|
||||
(substitute* "src/org/eclipse/jgit/internal/storage/file/BitmapIndexImpl.java"
|
||||
(("wordinbits") "WORD_IN_BITS"))
|
||||
#t))))))
|
||||
(("wordinbits") "WORD_IN_BITS"))))))))
|
||||
(inputs
|
||||
(list java-javaewah java-jsch java-slf4j-api))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue