guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: isc-dhcp: Fix cross-compilation.


From: guix-commits
Subject: branch master updated: gnu: isc-dhcp: Fix cross-compilation.
Date: Mon, 14 Mar 2022 04:46:27 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4ba35ccd18 gnu: isc-dhcp: Fix cross-compilation.
4ba35ccd18 is described below

commit 4ba35ccd18f90314caa76ea1833ffc383559401c
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Mar 14 09:44:45 2022 +0100

    gnu: isc-dhcp: Fix cross-compilation.
    
    * gnu/packages/admin.scm (isc-dhcp)[inputs]: Move config to ...
    [native-inputs]: ... here.
---
 gnu/packages/admin.scm | 3 +--
 1 file changed, 1 insertion(+), 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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]