guix-commits
[Top][All Lists]
Advanced

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

09/16: gnu: util-linux: Do not build 'kill'.


From: Ludovic Courtès
Subject: 09/16: gnu: util-linux: Do not build 'kill'.
Date: Fri, 23 Jan 2015 15:39:01 +0000

civodul pushed a commit to branch master
in repository guix.

commit ec2da92c96de39c531ea86c4fbad80ea6b55e609
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jan 23 14:32:43 2015 +0100

    gnu: util-linux: Do not build 'kill'.
    
    * gnu/packages/linux.scm (util-linux)[source](snippet): Set
      "build_kill=no" in 'configure'.
---
 gnu/packages/linux.scm |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 8b73190..3d677f2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -393,11 +393,11 @@ providing the system administrator with some help in 
common tasks.")
               (patches (list (search-patch "util-linux-tests.patch")))
               (modules '((guix build utils)))
               (snippet
-               ;; We take the 'logger' program from GNU Inetutils, so remove
-               ;; it from here.  There's no '--disable-logger', hence this
-               ;; hack.
+               ;; We take the 'logger' program from GNU Inetutils and 'kill'
+               ;; from GNU Coreutils.
                '(substitute* "configure"
-                  (("build_logger=yes") "build_logger=no")))))
+                  (("build_logger=yes") "build_logger=no")
+                  (("build_kill=yes") "build_kill=no")))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--disable-use-tty-group"



reply via email to

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