[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/05: gnu: sudo: Undo "groff" dependency removal for the Hurd.
From: |
guix-commits |
Subject: |
02/05: gnu: sudo: Undo "groff" dependency removal for the Hurd. |
Date: |
Mon, 26 Oct 2020 10:40:44 -0400 (EDT) |
janneke pushed a commit to branch core-updates
in repository guix.
commit f602f3041e6c4df3ce1bbdd5390fc6815b3027e9
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon Oct 26 13:46:12 2020 +0100
gnu: sudo: Undo "groff" dependency removal for the Hurd.
* gnu/packages/admin.scm (sudo)[native-inputs]: Undo "groff" dependency
removal for the Hurd.
---
gnu/packages/admin.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 8a6f13b..972b6a8 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1480,10 +1480,7 @@ system administrator.")
;; the chroot's /etc/passwd doesn't have it. Turn off the tests.
#:tests? #f))
(native-inputs
- ;; XXX TODO: Remove on next rebuild cycle.
- (if (hurd-target?)
- '()
- `(("groff" ,groff))))
+ `(("groff" ,groff)))
(inputs
`(("coreutils" ,coreutils)
("linux-pam" ,linux-pam)