Skip to content
Snippets Groups Projects
Unverified Commit 0eb799e6 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

maint: Cross-build GUILE-2.2/FIXED.

* etc/release-manifest.scm (%packages-to-cross-build): Replace
"guile@2.2" with GUILE-2.2/FIXED.
parent a05ad011
No related branches found
No related tags found
No related merge requests found
...@@ -64,10 +64,11 @@ (define %packages-to-cross-build ...@@ -64,10 +64,11 @@ (define %packages-to-cross-build
;; Packages that must be cross-buildable from x86_64-linux. ;; Packages that must be cross-buildable from x86_64-linux.
;; FIXME: Add (@ (gnu packages gcc) gcc) when <https://bugs.gnu.org/40463> ;; FIXME: Add (@ (gnu packages gcc) gcc) when <https://bugs.gnu.org/40463>
;; is fixed. ;; is fixed.
(map specification->package (append (list (@ (gnu packages guile) guile-2.2/fixed))
'("coreutils" "grep" "sed" "findutils" "diffutils" "patch" (map specification->package
"gawk" "gettext" "gzip" "xz" '("coreutils" "grep" "sed" "findutils" "diffutils" "patch"
"hello" "guile@2.2" "zlib"))) "gawk" "gettext" "gzip" "xz"
"hello" "zlib"))))
(define %packages-to-cross-build-for-mingw (define %packages-to-cross-build-for-mingw
;; Many things don't build for MinGW. Restrict to what's known to work. ;; Many things don't build for MinGW. Restrict to what's known to work.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment