mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -405,7 +405,8 @@ (define-public gnu-make
|
||||||
(substitute* "job.c"
|
(substitute* "job.c"
|
||||||
(("default_shell =.*$")
|
(("default_shell =.*$")
|
||||||
(format #f "default_shell = \"~a/bin/sh\";\n"
|
(format #f "default_shell = \"~a/bin/sh\";\n"
|
||||||
bash)))))))))
|
bash)))
|
||||||
|
#t))))))
|
||||||
(synopsis "Remake files automatically")
|
(synopsis "Remake files automatically")
|
||||||
(description
|
(description
|
||||||
"Make is a program that is used to control the production of
|
"Make is a program that is used to control the production of
|
||||||
|
|
Loading…
Reference in a new issue