guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: util-linux: Don't build 'nologin'.


From: Marius Bakke
Subject: 04/04: gnu: util-linux: Don't build 'nologin'.
Date: Thu, 22 Mar 2018 14:36:34 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 0223db58ef36dbc552f91e12d2bb6e444bcfd7f6
Author: Marius Bakke <address@hidden>
Date:   Thu Mar 1 22:33:20 2018 +0100

    gnu: util-linux: Don't build 'nologin'.
    
    * gnu/packages/linux.scm (util-linux)[source](snippet): Add substitution.
---
 gnu/packages/linux.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1e00b1c..95c6092 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -560,10 +560,11 @@ providing the system administrator with some help in 
common tasks.")
                                        "util-linux-CVE-2018-7738.patch"))
               (modules '((guix build utils)))
               (snippet
-               ;; We take the 'logger' program from GNU Inetutils and 'kill'
-               ;; from GNU Coreutils.
+               ;; We take 'nologin' from Shadow, the 'logger' program from
+               ;; GNU Inetutils and 'kill' from GNU Coreutils.
                '(begin
                   (substitute* "configure"
+                    (("build_nologin=yes") "build_nologin=no")
                     (("build_logger=yes") "build_logger=no")
                     (("build_kill=yes") "build_kill=no"))
                   #t))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]