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 0d98e5a036..bc652b1ce5 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -941,8 +941,6 @@ of PROVENANCE-SERVICE-TYPE to its services."
guile-3.0-latest
- ;; The packages below are also in %FINAL-INPUTS, so take them from
- ;; there to avoid duplication.
(list bash coreutils findutils grep sed
diffutils patch gawk tar
gzip bzip2 lzip xz zstd)))