gnu: isc-dhcp: Fix cross-compilation.
* gnu/packages/admin.scm (isc-dhcp)[inputs]: Move config to ... [native-inputs]: ... here.
parent
857e5ab222
commit
4ba35ccd18
|
@ -1297,7 +1297,7 @@ connection alive.")
|
||||||
(list inetutils net-tools coreutils sed))))))))))
|
(list inetutils net-tools coreutils sed))))))))))
|
||||||
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list perl file))
|
(list config perl file))
|
||||||
|
|
||||||
(inputs `(("inetutils" ,inetutils)
|
(inputs `(("inetutils" ,inetutils)
|
||||||
("bash" ,(canonical-package bash-minimal)) ;for wrap-program
|
("bash" ,(canonical-package bash-minimal)) ;for wrap-program
|
||||||
|
@ -1317,7 +1317,6 @@ connection alive.")
|
||||||
(base32
|
(base32
|
||||||
"108nh7hha4r0lb5hf1fn7lqaascvhsrghpz6afm5lf9vf2vgqly9"))))
|
"108nh7hha4r0lb5hf1fn7lqaascvhsrghpz6afm5lf9vf2vgqly9"))))
|
||||||
|
|
||||||
("config" ,config)
|
|
||||||
("coreutils*" ,coreutils)
|
("coreutils*" ,coreutils)
|
||||||
("sed*" ,sed)))
|
("sed*" ,sed)))
|
||||||
|
|
||||||
|
|
Reference in New Issue