gnu: util-linux: Enable ddate.

* gnu/packages/linux.scm (util-linux): Add --enable-ddate configure flag.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Alírio Eyng 2014-04-10 12:55:50 +00:00 committed by Ludovic Courtès
parent cc8ba868fa
commit 8b8476b859
1 changed files with 2 additions and 1 deletions

View File

@ -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)