mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: ant: Fix build.
* gnu/packages/java.scm (ant/java8)[arguments]: Delete 'define-java-environment-variables' phase inherited from ant-bootstrap.
This commit is contained in:
parent
4dbebca113
commit
4a5c795403
1 changed files with 1 additions and 0 deletions
|
@ -2641,6 +2641,7 @@ (define-public ant/java8
|
|||
(substitute-keyword-arguments (package-arguments ant-bootstrap)
|
||||
((#:phases phases)
|
||||
`(modify-phases ,phases
|
||||
(delete 'define-java-environment-variables)
|
||||
(add-after 'unpack 'remove-scripts
|
||||
;; Remove bat / cmd scripts for DOS as well as the antRun and runant
|
||||
;; wrappers.
|
||||
|
|
Loading…
Reference in a new issue