[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55179] [WIP PATCH 02/30] gnu: nqp: Remove trailing booleans.
From: |
Paul A. Patience |
Subject: |
[bug#55179] [WIP PATCH 02/30] gnu: nqp: Remove trailing booleans. |
Date: |
Fri, 29 Apr 2022 05:17:10 +0000 |
* gnu/packages/perl6.scm (nqp)[source]: Reindent.
[snippet]: Remove trailing boolean (and therefore the 'begin').
[arguments]: Remove trailing booleans. Reindent.
---
gnu/packages/perl6.scm | 32 ++++++++++++++------------------
1 file changed, 14 insertions(+), 18 deletions(-)
diff --git a/gnu/packages/perl6.scm b/gnu/packages/perl6.scm
index 3c3646587a..5f807a1743 100644
--- a/gnu/packages/perl6.scm
+++ b/gnu/packages/perl6.scm
@@ -100,17 +100,16 @@ (define-public nqp
(name "nqp")
(version "2019.03")
(source
- (origin
- (method url-fetch)
- (uri (string-append "https://rakudo.perl6.org/downloads/nqp/nqp-"
- version ".tar.gz"))
- (sha256
- (base32
- "183zhll13fx416s3hkg4bkvib77kyr857h0nydgrl643fpacxp83"))
- (modules '((guix build utils)))
- (snippet
- '(begin
- (delete-file-recursively "3rdparty") #t))))
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://rakudo.perl6.org/downloads/nqp/nqp-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "183zhll13fx416s3hkg4bkvib77kyr857h0nydgrl643fpacxp83"))
+ (modules '((guix build utils)))
+ (snippet
+ '(delete-file-recursively "3rdparty"))))
(build-system perl-build-system)
(arguments
'(#:phases
@@ -125,21 +124,18 @@ (define-public nqp
"tools/build/gen-moar-runner.pl"
"t/nqp/111-spawnprocasync.t"
"t/nqp/113-run-command.t")
- (("/bin/sh") (which "sh")))
- #t))
+ (("/bin/sh") (which "sh")))))
(add-after 'unpack 'patch-source-date
(lambda _
(substitute* "tools/build/gen-version.pl"
- (("gmtime") "gmtime(0)"))
- #t))
+ (("gmtime") "gmtime(0)"))))
(add-after 'unpack 'remove-failing-test
;; One subtest fails for unknown reasons
(lambda _
- (delete-file "t/nqp/019-file-ops.t")
- #t))
+ (delete-file "t/nqp/019-file-ops.t")))
(replace 'configure
(lambda* (#:key inputs outputs #:allow-other-keys)
- (let ((out (assoc-ref outputs "out"))
+ (let ((out (assoc-ref outputs "out"))
(moar (assoc-ref inputs "moarvm")))
(invoke "perl" "Configure.pl"
"--backends=moar"
--
2.36.0
- [bug#55179] [WIP PATCH 00/30] gnu: rakudo: Update to 2022.04 and packages too., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 01/30] gnu: moarvm: Remove trailing boolean., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 03/30] gnu: rakudo: Remove trailing booleans., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 02/30] gnu: nqp: Remove trailing booleans.,
Paul A. Patience <=
- [bug#55179] [WIP PATCH 05/30] gnu: Add nqp-configure., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 04/30] gnu: moarvm: Update to 2022.04., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 07/30] gnu: rakudo: Update to 2022.04., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 10/30] gnu: perl6-terminal-ansicolor: Perl -> Raku., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 06/30] gnu: nqp: Update to 2022.04., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 11/30] gnu: perl6-grammar-debugger: Perl -> Raku., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 15/30] gnu: Add perl6-json-optin., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 19/30] gnu: perl6-json-class: Update to 0.0.18., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 16/30] gnu: perl6-json-name: Update to 0.0.6., Paul A. Patience, 2022/04/29
- [bug#55179] [WIP PATCH 09/30] gnu: perl6-zef: Update to 0.13.8., Paul A. Patience, 2022/04/29