bug-guix
[Top][All Lists]
Advanced

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

[PATCH] coreutils: also install GNU hostname.


From: Cyril Roelandt
Subject: [PATCH] coreutils: also install GNU hostname.
Date: Tue, 22 Jan 2013 00:11:37 +0100

* gnu/packages/base.scm: install hostname along with the other programs 
provided by coreutils.
---
Hello,

I needed GNU hostname, but could not find it in ~/.guix-profile/bin/,
even though I had previousy installed coreutils. This is because GNU
hostname is not automatically installed when compiling coreutils.

WBR,
Cyril Roelandt.

 gnu/packages/base.scm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 4764039..c7af0d2 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -278,6 +278,7 @@ The tools supplied with this package are:
              ("perl" ,perl)))                     ; TODO: add SELinux
    (arguments
     `(#:parallel-build? #f            ; help2man may be called too early
+      #:configure-flags '("--enable-install-program=hostname")
       #:phases (alist-cons-before
                 'build 'patch-shell-references
                 (lambda* (#:key inputs #:allow-other-keys)
-- 
1.7.10.4




reply via email to

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