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:
Ricardo Wurmus 2020-12-01 13:27:37 +01:00
parent 65bf9f6b2d
commit 555677fdf7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)