From: "Alírio Eyng" <alirioeyng@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH] gnu: util-linux: Enable ddate.
Date: Thu, 10 Apr 2014 13:03:10 +0000 [thread overview]
Message-ID: <CALkz57HhAZz1fLaHvK2ie0UFYWyH8WmjKFb_MeiRppuaafFV8Q@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 49 bytes --]
There are discordians out there.
Do you discord?
[-- Attachment #2: 0001-gnu-util-linux-Enable-ddate.patch --]
[-- Type: text/x-diff, Size: 1043 bytes --]
From 2e99ec7c6fb50c8c59c918b303db5c38b8354744 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Al=C3=ADrio=20Eyng?= <alirioeyng@gmail.com>
Date: Thu, 10 Apr 2014 12:55:50 +0000
Subject: [PATCH] gnu: util-linux: Enable ddate.
* gnu/packages/linux.scm (util-linux): Add --enable-ddate configure flag.
---
gnu/packages/linux.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index d27c627..da5b31a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -324,7 +324,8 @@ providing the system administrator with some help in common tasks.")
"1rpgghf7n0zx0cdy8hibr41wvkm2qp1yvd8ab1rxr193l1jmgcir"))))
(build-system gnu-build-system)
(arguments
- `(#:configure-flags '("--disable-use-tty-group")
+ `(#:configure-flags '("--disable-use-tty-group"
+ "--enable-ddate")
#:phases (alist-cons-after
'install 'patch-chkdupexe
(lambda* (#:key outputs #:allow-other-keys)
--
1.8.4
next reply other threads:[~2014-04-10 13:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-10 13:03 Alírio Eyng [this message]
2014-04-10 13:07 ` [PATCH] gnu: util-linux: Enable ddate 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CALkz57HhAZz1fLaHvK2ie0UFYWyH8WmjKFb_MeiRppuaafFV8Q@mail.gmail.com \
--to=alirioeyng@gmail.com \
--cc=guix-devel@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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.