guix-patches
[Top][All Lists]
Advanced

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

[bug#50905] [PATCH core-updates v2 08/38] gnu: isc-dhcp: Don't use canon


From: Maxime Devos
Subject: [bug#50905] [PATCH core-updates v2 08/38] gnu: isc-dhcp: Don't use canonical-package.
Date: Fri, 1 Oct 2021 16:21:10 +0200

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'.
---
 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 aad8586a71..c535baf1d6 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)
-- 
2.33.0






reply via email to

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