gnu: ecj-bootstrap: Remove #:modules from arguments.

* gnu/packages/java.scm (ecj-bootstrap)[arguments]: Remove #:modules.
This commit is contained in:
Ricardo Wurmus 2021-12-18 17:27:32 +01:00
parent 81804f8726
commit 8a47f274fc
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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