mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01:00
build/maven-build-system: Return #t in fix-pom-files phase.
* guix/build/maven-build-system.scm (fix-pom-files): Return #t.
This commit is contained in:
parent
542dc0ee4f
commit
f503cfc9c5
1 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,8 @@ (define (fix-pom pom-file inputs local-packages excludes)
|
|||
inputs local-packages excludes)))))))
|
||||
|
||||
(define* (fix-pom-files #:key inputs local-packages exclude #:allow-other-keys)
|
||||
(fix-pom "pom.xml" inputs local-packages exclude))
|
||||
(fix-pom "pom.xml" inputs local-packages exclude)
|
||||
#t)
|
||||
|
||||
(define* (build #:key outputs #:allow-other-keys)
|
||||
"Build the given package."
|
||||
|
|
Loading…
Reference in a new issue