me
/
guix
Archived
1
0
Fork 0

gnu: ant: Fix build.

* gnu/packages/java.scm (ant/java8)[arguments]: Delete
  'define-java-environment-variables' phase inherited from ant-bootstrap.
master
Guillaume Le Vaillant 2021-09-14 21:51:59 +02:00
parent 4dbebca113
commit 4a5c795403
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 1 additions and 0 deletions

View File

@ -2641,6 +2641,7 @@ new Date();"))
(substitute-keyword-arguments (package-arguments ant-bootstrap) (substitute-keyword-arguments (package-arguments ant-bootstrap)
((#:phases phases) ((#:phases phases)
`(modify-phases ,phases `(modify-phases ,phases
(delete 'define-java-environment-variables)
(add-after 'unpack 'remove-scripts (add-after 'unpack 'remove-scripts
;; Remove bat / cmd scripts for DOS as well as the antRun and runant ;; Remove bat / cmd scripts for DOS as well as the antRun and runant
;; wrappers. ;; wrappers.