[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: build/maven-build-system: Return #t in fix-pom-fi
From: |
guix-commits |
Subject: |
branch master updated: build/maven-build-system: Return #t in fix-pom-files phase. |
Date: |
Mon, 26 Oct 2020 16:44:44 -0400 |
This is an automated email from the git hooks/post-receive script.
hoebjo pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new f503cfc build/maven-build-system: Return #t in fix-pom-files phase.
f503cfc is described below
commit f503cfc9c51ea4ddd6cc9c027f1897e7866e411e
Author: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
AuthorDate: Sun Sep 20 10:27:00 2020 +0200
build/maven-build-system: Return #t in fix-pom-files phase.
* guix/build/maven-build-system.scm (fix-pom-files): Return #t.
---
guix/build/maven-build-system.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/guix/build/maven-build-system.scm
b/guix/build/maven-build-system.scm
index 914298d..534b4eb 100644
--- a/guix/build/maven-build-system.scm
+++ b/guix/build/maven-build-system.scm
@@ -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."
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: build/maven-build-system: Return #t in fix-pom-files phase.,
guix-commits <=