aboutsummaryrefslogtreecommitdiff
path: root/etc/release-manifest.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-11-28 13:51:51 +0100
committerLudovic Courtès <ludo@gnu.org>2022-11-28 13:51:51 +0100
commit1bc9d5222f9053fd0ace7b92df0ef9548707cf41 (patch)
treeff7af1b931108313f461d81f8f968b6c9bf0a9a1 /etc/release-manifest.scm
parent459e4f2a4f2b16daded2aaba20edf3fffa4095f3 (diff)
downloadguix-1bc9d5222f9053fd0ace7b92df0ef9548707cf41.tar
guix-1bc9d5222f9053fd0ace7b92df0ef9548707cf41.tar.gz
maint: Leave 'gcc-toolchain' out for i586-gnu.
This is a temporary measure to work around the fact that we're currently lacking the necessary CPU power and human power to build everything up to 'gcc-toolchain'. * etc/release-manifest.scm (%base-packages/hurd): Comment out "gcc-toolchain" for now.
Diffstat (limited to 'etc/release-manifest.scm')
-rw-r--r--etc/release-manifest.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/release-manifest.scm b/etc/release-manifest.scm
index 8ce8b7fce6..3ef3483300 100644
--- a/etc/release-manifest.scm
+++ b/etc/release-manifest.scm
@@ -61,7 +61,7 @@ TARGET."
;; XXX: For now we are less demanding of "i586-gnu".
(map specification->package
'("coreutils" "grep" "findutils" "gawk" "make"
- "gcc-toolchain" "tar" "xz")))
+ #;"gcc-toolchain" "tar" "xz")))
(define %system-packages
;; Key packages proposed by the Guix System installer.