mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: ecj-bootstrap: Remove #:modules from arguments.
* gnu/packages/java.scm (ecj-bootstrap)[arguments]: Remove #:modules.
This commit is contained in:
parent
81804f8726
commit
8a47f274fc
1 changed files with 1 additions and 4 deletions
|
@ -450,10 +450,7 @@ (define ecj-bootstrap
|
|||
;; bootstrapping the JDK.
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:modules ((guix build gnu-build-system)
|
||||
(guix build utils)
|
||||
(srfi srfi-1))
|
||||
#:tests? #f ; there are no tests
|
||||
`(#:tests? #f ; there are no tests
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'configure
|
||||
|
|
Loading…
Reference in a new issue