GNU bug report logs -
#54054
[PATCH] gnu: mercury: Remove trailing #T from phases and snippet.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Fri, 18 Feb 2022 06:17:03 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54054 in the body.
You can then email your comments to 54054 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#54054
; Package
guix-patches
.
(Fri, 18 Feb 2022 06:17:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
jgart <jgart <at> dismail.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 18 Feb 2022 06:17:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/mercury.scm (mercury)[arguments]<#:phases>: Remove trailing #T.
---
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 @@ (define-public mercury-minimal
(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 @@ (define-public mercury-minimal
"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 @@ (define-public mercury
(("/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 _
--
2.35.1
Reply sent
to
Mathieu Othacehe <othacehe <at> gnu.org>
:
You have taken responsibility.
(Tue, 29 Mar 2022 09:22:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
jgart <jgart <at> dismail.de>
:
bug acknowledged by developer.
(Tue, 29 Mar 2022 09:22:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 54054-done <at> debbugs.gnu.org (full text, mbox):
> * gnu/packages/mercury.scm (mercury)[arguments]<#:phases>: Remove trailing #T.
Pushed, thanks!
Mathieu
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 26 Apr 2022 11:24:13 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 114 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.