gnu: isc-dhcp: Fix cross-compilation.
* gnu/packages/admin.scm (isc-dhcp)[inputs]: Move config to ... [native-inputs]: ... here.
This commit is contained in:
parent
857e5ab222
commit
4ba35ccd18
1 changed files with 1 additions and 2 deletions
|
@ -1297,7 +1297,7 @@ (define-public isc-dhcp
|
|||
(list inetutils net-tools coreutils sed))))))))))
|
||||
|
||||
(native-inputs
|
||||
(list perl file))
|
||||
(list config perl file))
|
||||
|
||||
(inputs `(("inetutils" ,inetutils)
|
||||
("bash" ,(canonical-package bash-minimal)) ;for wrap-program
|
||||
|
@ -1317,7 +1317,6 @@ (define-public isc-dhcp
|
|||
(base32
|
||||
"108nh7hha4r0lb5hf1fn7lqaascvhsrghpz6afm5lf9vf2vgqly9"))))
|
||||
|
||||
("config" ,config)
|
||||
("coreutils*" ,coreutils)
|
||||
("sed*" ,sed)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue