gnu: ant: Add missing dependencies.

* gnu/packages/java.scm (ant)[native-inputs]: Add zip and unzip.
This commit is contained in:
Gábor Boskovits 2018-06-17 14:28:50 +02:00
parent 1c7ef07ea1
commit 3b6ba18bab
No known key found for this signature in database
GPG Key ID: 2506A96CCF630B21
1 changed files with 3 additions and 1 deletions

View File

@ -1704,7 +1704,9 @@ new Date();"))
(base32
"1k28mka0m3isy9yr8gz84kz1f3f879rwaxrd44vdn9xbfwvwk86n"))))
(native-inputs
`(("jdk" ,icedtea-7 "jdk")))))
`(("jdk" ,icedtea-7 "jdk")
("zip" ,zip)
("unzip" ,unzip)))))
(define-public ant-apache-bcel
(package