gnu: java-commons-exec-1.1: Remove references to %build-inputs.

* gnu/packages/java.scm (java-commons-exec-1.1)[arguments]: Use a gexp
to remove references to %build-inputs.
This commit is contained in:
Julien Lepiller 2021-12-04 21:09:14 +01:00
parent 5a4ad372ef
commit 035fec27fc
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -6166,8 +6166,8 @@ (define-public java-commons-exec-1.1
(arguments
`(#:test-target "test"
#:make-flags
(list (string-append "-Dmaven.junit.jar="
(car (find-files (assoc-ref %build-inputs "java-junit")
,#~(list (string-append "-Dmaven.junit.jar="
(car (find-files #$(this-package-native-input "java-junit")
"jar$"))))
#:phases
(modify-phases %standard-phases