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 @@ VCF.")
|
||||||
;; [testng] Exception in thread "main" java.lang.NoClassDefFoundError: com/beust/jcommander/ParameterException
|
;; [testng] Exception in thread "main" java.lang.NoClassDefFoundError: com/beust/jcommander/ParameterException
|
||||||
#:tests? #f
|
#:tests? #f
|
||||||
#:jdk ,icedtea-8
|
#:jdk ,icedtea-8
|
||||||
|
#:ant ,ant/java8
|
||||||
;; This is only used for tests.
|
;; This is only used for tests.
|
||||||
#:make-flags
|
#:make-flags
|
||||||
(list "-Dsamjdk.intel_deflater_so_path=lib/jni/libIntelDeflater.so")
|
(list "-Dsamjdk.intel_deflater_so_path=lib/jni/libIntelDeflater.so")
|
||||||
|
@ -4242,7 +4243,7 @@ VCF.")
|
||||||
`(("java-snappy-1" ,java-snappy-1)
|
`(("java-snappy-1" ,java-snappy-1)
|
||||||
("java-commons-jexl-2" ,java-commons-jexl-2)
|
("java-commons-jexl-2" ,java-commons-jexl-2)
|
||||||
("java-cofoja" ,java-cofoja)
|
("java-cofoja" ,java-cofoja)
|
||||||
("ant" ,ant) ; for bzip2 support at runtime
|
("ant" ,ant/java8) ; for bzip2 support at runtime
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("ant-apache-bcel" ,ant-apache-bcel)
|
`(("ant-apache-bcel" ,ant-apache-bcel)
|
||||||
|
|
Reference in a new issue