gnu: sudo: Undo "groff" dependency removal for the Hurd.
* gnu/packages/admin.scm (sudo)[native-inputs]: Undo "groff" dependency removal for the Hurd.
This commit is contained in:
parent
6690b6d1e7
commit
f602f3041e
1 changed files with 1 additions and 4 deletions
|
@ -1480,10 +1480,7 @@ system administrator.")
|
||||||
;; the chroot's /etc/passwd doesn't have it. Turn off the tests.
|
;; the chroot's /etc/passwd doesn't have it. Turn off the tests.
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
;; XXX TODO: Remove on next rebuild cycle.
|
`(("groff" ,groff)))
|
||||||
(if (hurd-target?)
|
|
||||||
'()
|
|
||||||
`(("groff" ,groff))))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("coreutils" ,coreutils)
|
`(("coreutils" ,coreutils)
|
||||||
("linux-pam" ,linux-pam)
|
("linux-pam" ,linux-pam)
|
||||||
|
|
Reference in a new issue