mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 19:40:46 +02:00
gnu: java-commons-codec: Don't return #t from phases.
* gnu/packages/java.scm (java-commons-codec)[arguments]: Don't return #t from phases.
This commit is contained in:
parent
a3b6e90448
commit
f91fceb920
1 changed files with 2 additions and 4 deletions
|
@ -7969,13 +7969,11 @@ This is a part of the Apache Commons Project.")
|
||||||
(add-before 'build 'copy-resources
|
(add-before 'build 'copy-resources
|
||||||
(lambda _
|
(lambda _
|
||||||
(copy-recursively "src/main/resources"
|
(copy-recursively "src/main/resources"
|
||||||
"build/classes")
|
"build/classes")))
|
||||||
#t))
|
|
||||||
(add-before 'check 'copy-test-resources
|
(add-before 'check 'copy-test-resources
|
||||||
(lambda _
|
(lambda _
|
||||||
(copy-recursively "src/test/resources"
|
(copy-recursively "src/test/resources"
|
||||||
"build/test-classes")
|
"build/test-classes")))
|
||||||
#t))
|
|
||||||
(replace 'install (install-from-pom "pom.xml")))))
|
(replace 'install (install-from-pom "pom.xml")))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("java-commons-lang3" ,java-commons-lang3)
|
`(("java-commons-lang3" ,java-commons-lang3)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue