guix-commits
[Top][All Lists]
Advanced

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

08/38: gnu: isc-dhcp: Don't use canonical-package.


From: guix-commits
Subject: 08/38: gnu: isc-dhcp: Don't use canonical-package.
Date: Sat, 2 Oct 2021 12:52:38 -0400 (EDT)

mothacehe pushed a commit to branch core-updates
in repository guix.

commit 9ca2f94b1b905f051c234dde4ef41262ed616058
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Oct 1 16:21:10 2021 +0200

    gnu: isc-dhcp: Don't use canonical-package.
    
    As I understand it, canonical-package is only for things that
    won't end up in the closure, so canonical-package shouldn't be
    used here.
    
    * gnu/packages/admin.scm (isc-dhcp)[inputs]{bash}: Remove 
'canonical-package'.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/admin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index aad8586..c535baf 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1318,7 +1318,7 @@ connection alive.")
                 ;; TODO(core-updates): simply make this unconditional
                 ,@(if (%current-target-system)
                       ;; for wrap-program
-                      `(("bash" ,(canonical-package bash-minimal)))
+                      `(("bash" ,bash-minimal))
                       '())
                 ,@(if (hurd-target?) '()
                       `(("net-tools" ,net-tools)



reply via email to

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