gnu: hurd: Remove inputs no longer needed.
* gnu/packages/hurd.scm (hurd-headers, hurd-minimal)[native-inputs]: Remove "autoconf".master
parent
6648cf6325
commit
90b5d00bcb
|
@ -26,7 +26,6 @@
|
||||||
#:use-module (gnu packages flex)
|
#:use-module (gnu packages flex)
|
||||||
#:use-module (gnu packages bison)
|
#:use-module (gnu packages bison)
|
||||||
#:use-module (gnu packages perl)
|
#:use-module (gnu packages perl)
|
||||||
#:use-module (gnu packages autotools)
|
|
||||||
#:use-module (gnu packages base)
|
#:use-module (gnu packages base)
|
||||||
#:use-module (guix git-download))
|
#:use-module (guix git-download))
|
||||||
|
|
||||||
|
@ -112,11 +111,7 @@ communication.")
|
||||||
"1pbc4aqgzxvkgivw80ghp3w755cl0fwxmg357vq7chimj64jk78d"))))
|
"1pbc4aqgzxvkgivw80ghp3w755cl0fwxmg357vq7chimj64jk78d"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(;; Autoconf shouldn't be necessary but there seems to be a bug in the
|
`(("mig" ,mig)))
|
||||||
;; build system triggering its use.
|
|
||||||
("autoconf" ,autoconf)
|
|
||||||
|
|
||||||
("mig" ,mig)))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (alist-replace
|
`(#:phases (alist-replace
|
||||||
'install
|
'install
|
||||||
|
@ -146,8 +141,7 @@ Library and other user programs.")
|
||||||
(name "hurd-minimal")
|
(name "hurd-minimal")
|
||||||
(inputs `(("glibc-hurd-headers" ,glibc/hurd-headers)))
|
(inputs `(("glibc-hurd-headers" ,glibc/hurd-headers)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("autoconf" ,(autoconf-wrapper))
|
`(("mig" ,mig)))
|
||||||
("mig" ,mig)))
|
|
||||||
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (alist-replace
|
`(#:phases (alist-replace
|
||||||
|
|
Reference in New Issue