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:
Björn Höfling 2020-09-20 10:27:00 +02:00
parent 542dc0ee4f
commit f503cfc9c5
No known key found for this signature in database
GPG Key ID: BF286CB6593E5FFD
1 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,8 @@
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."