[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/35: gnu: moarvm: Remove trailing boolean.
From: |
guix-commits |
Subject: |
04/35: gnu: moarvm: Remove trailing boolean. |
Date: |
Mon, 4 Mar 2024 04:53:39 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 603dcdfbce23a8ee730cbe8ffac1e8dc3b053bef
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Fri Apr 29 05:17:04 2022 +0000
gnu: moarvm: Remove trailing boolean.
* gnu/packages/perl6.scm (moarvm)[source]: Reindent.
[snippet]: Remove trailing boolean.
[arguments]: Reindent.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/perl6.scm | 37 ++++++++++++++++++-------------------
1 file changed, 18 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/perl6.scm b/gnu/packages/perl6.scm
index dab9dd477b..3c3646587a 100644
--- a/gnu/packages/perl6.scm
+++ b/gnu/packages/perl6.scm
@@ -36,31 +36,30 @@
(name "moarvm")
(version "2019.03")
(source
- (origin
- (method url-fetch)
- (uri (string-append "https://moarvm.org/releases/MoarVM-"
- version ".tar.gz"))
- (sha256
- (base32
- "017w1zvr6yl0cgjfc1b3ddlc6vjw9q8p7alw1vvsckw95190xc14"))
- (modules '((guix build utils)))
- (snippet
- '(begin
- ;(delete-file-recursively "3rdparty/dynasm") ; JIT
- (delete-file-recursively "3rdparty/dyncall")
- (delete-file-recursively "3rdparty/freebsd")
- (delete-file-recursively "3rdparty/libatomicops")
- (delete-file-recursively "3rdparty/libuv")
- (delete-file-recursively "3rdparty/libtommath")
- (delete-file-recursively "3rdparty/msinttypes")
- #t))))
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://moarvm.org/releases/MoarVM-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "017w1zvr6yl0cgjfc1b3ddlc6vjw9q8p7alw1vvsckw95190xc14"))
+ (modules '((guix build utils)))
+ (snippet
+ '(begin
+ ;(delete-file-recursively "3rdparty/dynasm") ; JIT
+ (delete-file-recursively "3rdparty/dyncall")
+ (delete-file-recursively "3rdparty/freebsd")
+ (delete-file-recursively "3rdparty/libatomicops")
+ (delete-file-recursively "3rdparty/libuv")
+ (delete-file-recursively "3rdparty/libtommath")
+ (delete-file-recursively "3rdparty/msinttypes")))))
(build-system perl-build-system)
(arguments
'(#:phases
(modify-phases %standard-phases
(replace 'configure
(lambda* (#:key inputs outputs #:allow-other-keys)
- (let ((out (assoc-ref outputs "out"))
+ (let ((out (assoc-ref outputs "out"))
(pkg-config (assoc-ref inputs "pkg-config")))
(setenv "CFLAGS" "-fcommon")
(setenv "LDFLAGS" (string-append "-Wl,-rpath=" out "/lib"))
- 13/35: gnu: perl6-terminal-ansicolor: Perl -> Raku., (continued)
- 13/35: gnu: perl6-terminal-ansicolor: Perl -> Raku., guix-commits, 2024/03/04
- 31/35: gnu: perl6-test-meta: Update to 0.0.17., guix-commits, 2024/03/04
- 25/35: gnu: perl6-mime-base64: Update to 1.2.3., guix-commits, 2024/03/04
- 34/35: gnu: Remove libtommath-1.0., guix-commits, 2024/03/04
- 29/35: gnu: perl6-svg-plot: Perl -> Raku., guix-commits, 2024/03/04
- 32/35: gnu: perl6-test-mock: Update to 1.5-0.1130427., guix-commits, 2024/03/04
- 17/35: gnu: perl6-json-fast: Update to 0.17., guix-commits, 2024/03/04
- 21/35: gnu: perl6-json-unmarshal: Reindent., guix-commits, 2024/03/04
- 24/35: gnu: perl6-meta6: Update to 0.0.26., guix-commits, 2024/03/04
- 01/35: gnu: vim: Update to 9.1.0146., guix-commits, 2024/03/04
- 04/35: gnu: moarvm: Remove trailing boolean.,
guix-commits <=
- 03/35: gnu: imv: Update to 4.5.0., guix-commits, 2024/03/04
- 12/35: gnu: perl6-zef: Update to 0.13.8., guix-commits, 2024/03/04
- 15/35: gnu: perl6-grammar-profiler-simple: Perl -> Raku., guix-commits, 2024/03/04
- 14/35: gnu: perl6-grammar-debugger: Perl -> Raku., guix-commits, 2024/03/04
- 05/35: gnu: nqp: Remove trailing booleans., guix-commits, 2024/03/04
- 09/35: gnu: nqp: Update to 2022.04., guix-commits, 2024/03/04
- 23/35: gnu: perl6-license-spdx: Update to 3.16.0., guix-commits, 2024/03/04
- 19/35: gnu: perl6-json-name: Update to 0.0.6., guix-commits, 2024/03/04
- 30/35: gnu: perl6-uri: Update to 0.3.5., guix-commits, 2024/03/04
- 33/35: gnu: Add perl6-format-lisp., guix-commits, 2024/03/04