mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu; sudo: Remove 'groff' input when building for the Hurd.
* gnu/packages/admin.scm (sudo)[native-inputs]: Remove 'groff' when building for the Hurd.
This commit is contained in:
parent
6693eac6eb
commit
e42765b675
1 changed files with 4 additions and 1 deletions
|
@ -1472,7 +1472,10 @@ (define-public sudo
|
|||
;; the chroot's /etc/passwd doesn't have it. Turn off the tests.
|
||||
#:tests? #f))
|
||||
(native-inputs
|
||||
`(("groff" ,groff)))
|
||||
;; XXX TODO: Remove on next rebuild cycle.
|
||||
(if (hurd-target?)
|
||||
'()
|
||||
`(("groff" ,groff))))
|
||||
(inputs
|
||||
`(("coreutils" ,coreutils)
|
||||
("linux-pam" ,linux-pam)
|
||||
|
|
Loading…
Reference in a new issue