Revert "gnu: ccl: Include x86-headers and remove missing "contrib" folder."
authorLudovic Courtès <ludo@gnu.org>
Tue, 20 Nov 2018 17:35:33 +0000 (18:35 +0100)
committerLudovic Courtès <ludo@gnu.org>
Tue, 20 Nov 2018 17:36:05 +0000 (18:36 +0100)
This reverts commit d22ba64276c0bbacb77d0670635f67f053a16c6b, which
broke evaluations for armhf-linux.

gnu/packages/lisp.scm

index 6849cdd..d401e5c 100644 (file)
@@ -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)))