mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
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:
parent
5a4ad372ef
commit
035fec27fc
1 changed files with 3 additions and 3 deletions
|
@ -6166,9 +6166,9 @@ (define-public java-commons-exec-1.1
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "test"
|
`(#:test-target "test"
|
||||||
#:make-flags
|
#:make-flags
|
||||||
(list (string-append "-Dmaven.junit.jar="
|
,#~(list (string-append "-Dmaven.junit.jar="
|
||||||
(car (find-files (assoc-ref %build-inputs "java-junit")
|
(car (find-files #$(this-package-native-input "java-junit")
|
||||||
"jar$"))))
|
"jar$"))))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'build 'delete-network-tests
|
(add-before 'build 'delete-network-tests
|
||||||
|
|
Loading…
Reference in a new issue