[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: Revert "gnu: ccl: Include x86-headers and remove missing "contrib
From: |
Ludovic Courtès |
Subject: |
04/05: Revert "gnu: ccl: Include x86-headers and remove missing "contrib" folder." |
Date: |
Tue, 20 Nov 2018 12:40:00 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit e11462c2e4d7189f8b2a69fcc19d3dbf68569fe1
Author: Ludovic Courtès <address@hidden>
Date: Tue Nov 20 18:35:33 2018 +0100
Revert "gnu: ccl: Include x86-headers and remove missing "contrib" folder."
This reverts commit d22ba64276c0bbacb77d0670635f67f053a16c6b, which
broke evaluations for armhf-linux.
---
gnu/packages/lisp.scm | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 6849cdd..d401e5c 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -533,12 +533,8 @@ statistical profiler, a code coverage tool, and many other
extensions.")
(install-file kernel libdir)
(install-file heap libdir)
- (let ((dirs '("lib" "library" "examples" "tools" "objc-bridge"
- ,(match (%current-system)
- ("x86_64-linux"
- "x86-headers64")
- ("i686-linux"
- "x86-headers")))))
+ (let ((dirs '("lib" "library" "examples" "contrib"
+ "tools" "objc-bridge")))
(for-each copy-recursively
dirs
(map (cut string-append libdir <>) dirs)))