guix-commits
[Top][All Lists]
Advanced

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

03/04: maint: Remove GCC from the packages to cross-build.


From: guix-commits
Subject: 03/04: maint: Remove GCC from the packages to cross-build.
Date: Tue, 7 Apr 2020 06:32:38 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 1e6fe44da874b96695047dbd3d2b0cc070de9b44
Author: Ludovic Courtès <address@hidden>
AuthorDate: Tue Apr 7 11:04:32 2020 +0200

    maint: Remove GCC from the packages to cross-build.
    
    * etc/release-manifest.scm (%packages-to-cross-build): Remove GCC.
---
 etc/release-manifest.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/etc/release-manifest.scm b/etc/release-manifest.scm
index 327d3e4..97d2f05 100644
--- a/etc/release-manifest.scm
+++ b/etc/release-manifest.scm
@@ -62,11 +62,12 @@ TARGET."
 
 (define %packages-to-cross-build
   ;; Packages that must be cross-buildable from x86_64-linux.
-  (cons (@ (gnu packages gcc) gcc)
-        (map specification->package
-             '("coreutils" "grep" "sed" "findutils" "diffutils" "patch"
-               "gawk" "gettext" "gzip" "xz"
-               "hello" "guile@2.2" "zlib"))))
+  ;; FIXME: Add (@ (gnu packages gcc) gcc) when <https://bugs.gnu.org/40463>
+  ;; is fixed.
+  (map specification->package
+       '("coreutils" "grep" "sed" "findutils" "diffutils" "patch"
+         "gawk" "gettext" "gzip" "xz"
+         "hello" "guile@2.2" "zlib")))
 
 (define %packages-to-cross-build-for-mingw
   ;; Many things don't build for MinGW.  Restrict to what's known to work.



reply via email to

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