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 @@ build process and its dependencies, whereas Make uses Makefile format.")
|
|||
;; 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
|
||||
|
|
Reference in a new issue