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:
parent
e9b9ea1ec0
commit
759ad0690b
|
@ -405,7 +405,8 @@ functionality beyond that which is outlined in the POSIX standard.")
|
|||
(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
|
||||
|
|
Loading…
Reference in New Issue