* [PATCH] gnu: util-linux: Enable ddate.
@ 2014-04-10 13:03 Alírio Eyng
2014-04-10 13:07 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Alírio Eyng @ 2014-04-10 13:03 UTC (permalink / raw)
To: guix-devel
[-- 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gnu: util-linux: Enable ddate.
2014-04-10 13:03 [PATCH] gnu: util-linux: Enable ddate Alírio Eyng
@ 2014-04-10 13:07 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2014-04-10 13:07 UTC (permalink / raw)
To: Alírio Eyng; +Cc: guix-devel
Alírio Eyng <alirioeyng@gmail.com> skribis:
> There are discordians out there.
> Do you discord?
>
> 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.
Haha, makes a lot of sense. :-)
Applied, thanks!
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-10 13:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-10 13:03 [PATCH] gnu: util-linux: Enable ddate Alírio Eyng
2014-04-10 13:07 ` Ludovic Courtès
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.