mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: java-commons-exec: Remove references to %build-inputs.
* gnu/packages/java.scm (java-commons-exec)[arguments]: Use a gexp to remove references to %build-inputs.
This commit is contained in:
parent
2aee138485
commit
5a4ad372ef
1 changed files with 5 additions and 5 deletions
|
@ -6202,8 +6202,8 @@ file filters and endian classes.")
|
|||
(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$")))
|
||||
"-Dmaven.compiler.source=1.7"
|
||||
"-Dmaven.compiler.target=1.7")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue