gnu: make: End phase on #t.

* gnu/packages/base.scm (gnu-make)[arguments]: Return #t from
'set-default-shell' phase.
This commit is contained in:
Marius Bakke 2018-03-19 20:11:11 +01:00
parent e9b9ea1ec0
commit 759ad0690b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -405,7 +405,8 @@ (define-public gnu-make
(substitute* "job.c"
(("default_shell =.*$")
(format #f "default_shell = \"~a/bin/sh\";\n"
bash)))))))))
bash)))
#t))))))
(synopsis "Remake files automatically")
(description
"Make is a program that is used to control the production of