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>
This commit is contained in:
parent
2446683c46
commit
603dcdfbce
@ -36,31 +36,30 @@
|
|||||||
(name "moarvm")
|
(name "moarvm")
|
||||||
(version "2019.03")
|
(version "2019.03")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://moarvm.org/releases/MoarVM-"
|
(uri (string-append "https://moarvm.org/releases/MoarVM-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"017w1zvr6yl0cgjfc1b3ddlc6vjw9q8p7alw1vvsckw95190xc14"))
|
"017w1zvr6yl0cgjfc1b3ddlc6vjw9q8p7alw1vvsckw95190xc14"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
;(delete-file-recursively "3rdparty/dynasm") ; JIT
|
;(delete-file-recursively "3rdparty/dynasm") ; JIT
|
||||||
(delete-file-recursively "3rdparty/dyncall")
|
(delete-file-recursively "3rdparty/dyncall")
|
||||||
(delete-file-recursively "3rdparty/freebsd")
|
(delete-file-recursively "3rdparty/freebsd")
|
||||||
(delete-file-recursively "3rdparty/libatomicops")
|
(delete-file-recursively "3rdparty/libatomicops")
|
||||||
(delete-file-recursively "3rdparty/libuv")
|
(delete-file-recursively "3rdparty/libuv")
|
||||||
(delete-file-recursively "3rdparty/libtommath")
|
(delete-file-recursively "3rdparty/libtommath")
|
||||||
(delete-file-recursively "3rdparty/msinttypes")
|
(delete-file-recursively "3rdparty/msinttypes")))))
|
||||||
#t))))
|
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'configure
|
(replace 'configure
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(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")))
|
(pkg-config (assoc-ref inputs "pkg-config")))
|
||||||
(setenv "CFLAGS" "-fcommon")
|
(setenv "CFLAGS" "-fcommon")
|
||||||
(setenv "LDFLAGS" (string-append "-Wl,-rpath=" out "/lib"))
|
(setenv "LDFLAGS" (string-append "-Wl,-rpath=" out "/lib"))
|
||||||
|
Loading…
Reference in New Issue
Block a user