unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Cyril Roelandt <tipecaml@gmail.com>
To: bug-guix@gnu.org
Subject: [PATCH] coreutils: also install GNU hostname.
Date: Tue, 22 Jan 2013 00:11:37 +0100	[thread overview]
Message-ID: <1358809897-7914-1-git-send-email-tipecaml@gmail.com> (raw)

* 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	other threads:[~2013-01-21 23:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-21 23:11 Cyril Roelandt [this message]
2013-01-22 10:06 ` [PATCH] coreutils: also install GNU hostname Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1358809897-7914-1-git-send-email-tipecaml@gmail.com \
    --to=tipecaml@gmail.com \
    --cc=bug-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).