gnu: cross-base: Remove unused Hurd patches from 'inputs'.

* gnu/packages/cross-base.scm (cross-libc)[inputs]: Remove.  They have
been unused since 6690b6d1e7.
This commit is contained in:
Ludovic Courtès 2020-12-17 18:47:41 +01:00
parent 26e89a33f3
commit 4c6824a818
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -534,16 +534,6 @@ (define* (cross-libc target
;; "kernel-headers" input to point to the right thing.
(propagated-inputs `(("kernel-headers" ,xheaders)))
;; FIXME: 'static-bash' should really be an input, not a native input, but
;; to do that will require building an intermediate cross libc.
(inputs (if (hurd-triplet? target)
`(;; TODO: move to glibc in the next rebuild cycle
("hurd-mach-print.patch"
,(search-patch "glibc-hurd-mach-print.patch"))
("hurd-gettyent.patch"
,(search-patch "glibc-hurd-gettyent.patch")))
'()))
(native-inputs `(("cross-gcc" ,xgcc)
("cross-binutils" ,xbinutils)
,@(package-inputs libc) ;FIXME: static-bash