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.master
parent
f206682903
commit
d977bb8d6b
|
@ -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))))
|
||||
|
||||
|
|
Reference in New Issue