mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ build process and its dependencies, whereas Make uses Makefile format.")
|
||||||
;; bootstrapping the JDK.
|
;; bootstrapping the JDK.
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build gnu-build-system)
|
`(#:tests? #f ; there are no tests
|
||||||
(guix build utils)
|
|
||||||
(srfi srfi-1))
|
|
||||||
#:tests? #f ; there are no tests
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'configure
|
(replace 'configure
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue