gnu: parallel: Update to 20180922.
* gnu/packages/parallel.scm (parallel): Update to 20180922.
This commit is contained in:
parent
2f7ad2a788
commit
2c36baa56f
|
@ -48,7 +48,7 @@
|
||||||
(define-public parallel
|
(define-public parallel
|
||||||
(package
|
(package
|
||||||
(name "parallel")
|
(name "parallel")
|
||||||
(version "20180822")
|
(version "20180922")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jjs7fpvdjjb5v0j39a6k7hq9h5ap3db1j7vg1r2dq4swk23h9bm"))))
|
"07q7lzway2qf8mx6fb4q45jmirsc8pw6rgv03ifrp32jw3q8w1za"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
(for-each
|
(for-each
|
||||||
(lambda (file)
|
(lambda (file)
|
||||||
(substitute* file
|
(substitute* file
|
||||||
;; Patch hard coded '/bin/sh' in the lin ending in:
|
;; Patch hard coded '/bin/sh' in the line ending in:
|
||||||
;; $Global::shell = $ENV{'PARALLEL_SHELL'} ||
|
;; $Global::shell = $ENV{'PARALLEL_SHELL'} ||
|
||||||
;; parent_shell($$) || $ENV{'SHELL'} || "/bin/sh";
|
;; parent_shell($$) || $ENV{'SHELL'} || "/bin/sh";
|
||||||
(("/bin/sh\\\";\n$") (string-append (which "sh") "\";\n"))))
|
(("/bin/sh\\\";\n$") (string-append (which "sh") "\";\n"))))
|
||||||
|
|
Loading…
Reference in New Issue