summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2014-09-12 22:19:33 +0200
committerLudovic Courtès <ludo@gnu.org>2014-09-12 22:19:33 +0200
commitb0e652d836fe14bc229194d9b214e4d6340a25c3 (patch)
tree8093550dc5ce24bc7bb078623181c7a782596281 /gnu
parent7fa715e783af36dc98e3f53aa7ebf3d91076d779 (diff)
downloadguix-patches-b0e652d836fe14bc229194d9b214e4d6340a25c3.tar
guix-patches-b0e652d836fe14bc229194d9b214e4d6340a25c3.tar.gz
Revert "gnu: util-linux: Don't install 'logger'."
This reverts commit c9a8ad847712dfa4811608efae2d48cb8500f72f.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm11
1 files changed, 1 insertions, 10 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b76d1897ab..bbfc1f6b0d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -378,16 +378,7 @@ providing the system administrator with some help in common tasks.")
(sha256
(base32
"1rpgghf7n0zx0cdy8hibr41wvkm2qp1yvd8ab1rxr193l1jmgcir"))
- (patches (list (search-patch "util-linux-perl.patch")))
- (modules '((guix build utils)))
- (snippet
- ;; We take the 'logger' program from GNU Inetutils, so remove
- ;; it from here.
- '(substitute* "misc-utils/Makefile.in"
- (("PROGRAMS =(.*) logger(.*)" _ before after)
- (string-append "PROGRAMS =" before " " after))
- (("MANS =(.*) logger\\.1(.*)" _ before after)
- (string-append "MANS =" before " " after))))))
+ (patches (list (search-patch "util-linux-perl.patch")))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-use-tty-group"