me
/
guix
Archived
1
0
Fork 0

gnu: sudo: Undo "groff" dependency removal for the Hurd.

* gnu/packages/admin.scm (sudo)[native-inputs]: Undo "groff" dependency
removal for the Hurd.
master
Jan (janneke) Nieuwenhuizen 2020-10-26 13:46:12 +01:00
parent 6690b6d1e7
commit f602f3041e
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 4 deletions

View File

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