diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2022-03-14 09:44:45 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-03-14 09:46:01 +0100 |
commit | 4ba35ccd18f90314caa76ea1833ffc383559401c (patch) | |
tree | 9f7936827025ac69588c51931e2f2a19d2df2ec2 /gnu/packages | |
parent | 857e5ab22292fe7c2ba5b9855c0829a2ef942d38 (diff) | |
download | guix-4ba35ccd18f90314caa76ea1833ffc383559401c.tar guix-4ba35ccd18f90314caa76ea1833ffc383559401c.tar.gz |
gnu: isc-dhcp: Fix cross-compilation.
* gnu/packages/admin.scm (isc-dhcp)[inputs]: Move config to ...
[native-inputs]: ... here.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/admin.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 81c2d2a38c..f96d668269 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1297,7 +1297,7 @@ connection alive.") (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 @@ connection alive.") (base32 "108nh7hha4r0lb5hf1fn7lqaascvhsrghpz6afm5lf9vf2vgqly9")))) - ("config" ,config) ("coreutils*" ,coreutils) ("sed*" ,sed))) |