mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: java-picard-1.113: Use ant/java8.
* gnu/packages/bioinformatics.scm (java-picard-1.113)[arguments]: Use ant/java8. [inputs]: Replace ant with ant/java8.
This commit is contained in:
parent
65bf9f6b2d
commit
555677fdf7
1 changed files with 2 additions and 1 deletions
|
@ -4165,6 +4165,7 @@ (define-public java-picard-1.113
|
|||
;; [testng] Exception in thread "main" java.lang.NoClassDefFoundError: com/beust/jcommander/ParameterException
|
||||
#:tests? #f
|
||||
#:jdk ,icedtea-8
|
||||
#:ant ,ant/java8
|
||||
;; This is only used for tests.
|
||||
#:make-flags
|
||||
(list "-Dsamjdk.intel_deflater_so_path=lib/jni/libIntelDeflater.so")
|
||||
|
@ -4242,7 +4243,7 @@ (define-public java-picard-1.113
|
|||
`(("java-snappy-1" ,java-snappy-1)
|
||||
("java-commons-jexl-2" ,java-commons-jexl-2)
|
||||
("java-cofoja" ,java-cofoja)
|
||||
("ant" ,ant) ; for bzip2 support at runtime
|
||||
("ant" ,ant/java8) ; for bzip2 support at runtime
|
||||
("zlib" ,zlib)))
|
||||
(native-inputs
|
||||
`(("ant-apache-bcel" ,ant-apache-bcel)
|
||||
|
|
Loading…
Reference in a new issue