[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: mercury: Remove trailing #T from phases and
From: |
guix-commits |
Subject: |
branch master updated: gnu: mercury: Remove trailing #T from phases and snippet. |
Date: |
Tue, 29 Mar 2022 05:21:33 -0400 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 779acb0ba1 gnu: mercury: Remove trailing #T from phases and snippet.
779acb0ba1 is described below
commit 779acb0ba1067b27d9ae32d0e4f9ad525bcda213
Author: jgart <jgart@dismail.de>
AuthorDate: Fri Feb 18 01:16:13 2022 -0500
gnu: mercury: Remove trailing #T from phases and snippet.
* gnu/packages/mercury.scm (mercury)[arguments]<#:phases>: Remove trailing
#T.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
gnu/packages/mercury.scm | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/mercury.scm b/gnu/packages/mercury.scm
index fe02b34a97..c87e65fdd1 100644
--- a/gnu/packages/mercury.scm
+++ b/gnu/packages/mercury.scm
@@ -100,8 +100,7 @@
(invoke "mv" orig-name new-name)
(with-directory-excursion new-name
(apply patch-source-shebangs (list #:source src)))))
- `((,libatomic-ops "source" "boehm_gc/libatomic_ops")))
- #t)))
+ `((,libatomic-ops "source" "boehm_gc/libatomic_ops"))))))
(add-after 'replace-boehm-gc 'patch-paths
(lambda _
(substitute*
@@ -133,8 +132,7 @@
"boehm_gc/Makefile.direct")
(("/bin/sh") (which "sh"))
(("/bin/pwd") (which "pwd"))
- (("/bin/rm") (which "rm")))
- #t)))))
+ (("/bin/rm") (which "rm"))))))))
(native-inputs
`(("texinfo" ,texinfo)
("flex" ,flex)
@@ -227,12 +225,10 @@ separate compilation, and numerous optimization/time
trade-offs.")
(("/bin/sh") (which "sh"))
(("/bin/pwd") (which "pwd"))
(("/bin/rm") (which "rm"))
- (("boehm_gc/.git") "boehm_gc"))
- #t))
+ (("boehm_gc/.git") "boehm_gc"))))
(replace 'bootstrap
(lambda _
- (invoke "./prepare.sh")
- #t))))))
+ (invoke "./prepare.sh")))))))
;; TODO: Uncomment phase when tests are enabled.
;; (replace 'check
;; (lambda _
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: mercury: Remove trailing #T from phases and snippet.,
guix-commits <=