mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +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.
|
;; the chroot's /etc/passwd doesn't have it. Turn off the tests.
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("groff" ,groff)))
|
;; XXX TODO: Remove on next rebuild cycle.
|
||||||
|
(if (hurd-target?)
|
||||||
|
'()
|
||||||
|
`(("groff" ,groff))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("coreutils" ,coreutils)
|
`(("coreutils" ,coreutils)
|
||||||
("linux-pam" ,linux-pam)
|
("linux-pam" ,linux-pam)
|
||||||
|
|
Loading…
Reference in a new issue