gnu: util-linux: Don't build 'nologin'.
* gnu/packages/linux.scm (util-linux)[source](snippet): Add substitution.master
parent
759ad0690b
commit
0223db58ef
|
@ -560,10 +560,11 @@ providing the system administrator with some help in common tasks.")
|
||||||
"util-linux-CVE-2018-7738.patch"))
|
"util-linux-CVE-2018-7738.patch"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
;; We take the 'logger' program from GNU Inetutils and 'kill'
|
;; We take 'nologin' from Shadow, the 'logger' program from
|
||||||
;; from GNU Coreutils.
|
;; GNU Inetutils and 'kill' from GNU Coreutils.
|
||||||
'(begin
|
'(begin
|
||||||
(substitute* "configure"
|
(substitute* "configure"
|
||||||
|
(("build_nologin=yes") "build_nologin=no")
|
||||||
(("build_logger=yes") "build_logger=no")
|
(("build_logger=yes") "build_logger=no")
|
||||||
(("build_kill=yes") "build_kill=no"))
|
(("build_kill=yes") "build_kill=no"))
|
||||||
#t))))
|
#t))))
|
||||||
|
|
Reference in New Issue