guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ccl: Include x86-headers and remove missing "contrib" folder


From: Pierre Neidhardt
Subject: 01/01: gnu: ccl: Include x86-headers and remove missing "contrib" folder.
Date: Sun, 18 Nov 2018 04:40:18 -0500 (EST)

ambrevar pushed a commit to branch master
in repository guix.

commit d22ba64276c0bbacb77d0670635f67f053a16c6b
Author: Pierre Neidhardt <address@hidden>
Date:   Sun Nov 18 10:38:54 2018 +0100

    gnu: ccl: Include x86-headers and remove missing "contrib" folder.
    
    * gnu/packages/lisp.scm (ccl): Include x86-headers and remove missing 
"contrib" folder.
---
 gnu/packages/lisp.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 9fb25a1..dcdd551 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -530,8 +530,12 @@ statistical profiler, a code coverage tool, and many other 
extensions.")
                (install-file kernel libdir)
                (install-file heap libdir)
 
-               (let ((dirs '("lib" "library" "examples" "contrib"
-                             "tools" "objc-bridge")))
+               (let ((dirs '("lib" "library" "examples" "tools" "objc-bridge"
+                             ,(match (%current-system)
+                                ("x86_64-linux"
+                                 "x86-headers64")
+                                ("i686-linux"
+                                 "x86-headers")))))
                  (for-each copy-recursively
                            dirs
                            (map (cut string-append libdir <>) dirs)))



reply via email to

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