summaryrefslogtreecommitdiff
path: root/gnu/system.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2025-05-07 09:36:01 +0900
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2025-05-08 14:18:35 +0900
commit21400ed931f1011145724b6bd0c3e2335cd9a3bf (patch)
tree0e782d33de6b188888692bbcf6a16cf2505c8c7e /gnu/system.scm
parent03e5aac72766869e1dcf671d921eff3661a8a489 (diff)
system: Remove a stale comment regarding %base-packages-utils.
The use of `canonical-package' was dropped a long time ago. * gnu/system.scm (%base-packages-utils): Delete stale comment. Change-Id: Ie91294baf93ba45b3120dd62ac0c9adee04d2265
Diffstat (limited to 'gnu/system.scm')
-rw-r--r--gnu/system.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/system.scm b/gnu/system.scm
index 0d98e5a0362..bc652b1ce59 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -941,8 +941,6 @@ of PROVENANCE-SERVICE-TYPE to its services."
941 941
942 guile-3.0-latest 942 guile-3.0-latest
943 943
944 ;; The packages below are also in %FINAL-INPUTS, so take them from
945 ;; there to avoid duplication.
946 (list bash coreutils findutils grep sed 944 (list bash coreutils findutils grep sed
947 diffutils patch gawk tar 945 diffutils patch gawk tar
948 gzip bzip2 lzip xz zstd))) 946 gzip bzip2 lzip xz zstd)))