summaryrefslogtreecommitdiff
path: root/etc/release-manifest.scm
diff options
context:
space:
mode:
Diffstat (limited to 'etc/release-manifest.scm')
-rw-r--r--etc/release-manifest.scm15
1 files changed, 6 insertions, 9 deletions
diff --git a/etc/release-manifest.scm b/etc/release-manifest.scm
index e2be7f0eee..3ef3483300 100644
--- a/etc/release-manifest.scm
+++ b/etc/release-manifest.scm
@@ -51,18 +51,17 @@ TARGET."
"openssh" "emacs" "vim" "python" "guile" "guix")))
(define %base-packages/armhf
- ;; XXX: Relax requirements for armhf-linux for lack of enough build power.
- (map (lambda (package)
- (if (string=? (package-name package) "emacs")
- (specification->package "emacs-no-x")
- package))
- %base-packages))
+ ;; The guix package doesn't build natively on armhf due to Guile memory
+ ;; issues compiling the package modules
+ (remove (lambda (package)
+ (string=? (package-name package) "guix"))
+ %base-packages))
(define %base-packages/hurd
;; 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.
@@ -112,8 +111,6 @@ TARGET."
(cond ((string=? system "i586-gnu")
%base-packages/hurd)
((string=? system "armhf-linux")
- ;; FIXME: Drop special case when ci.guix.gnu.org
- ;; has more ARMv7 build power.
%base-packages/armhf)
((string=? system "powerpc64le-linux")
;; FIXME: Drop 'bootstrap-tarballs' until