Revert "gnu: ccl: Include x86-headers and remove missing "contrib" folder."

This reverts commit d22ba64276, which
broke evaluations for armhf-linux.
master
Ludovic Courtès 2018-11-20 18:35:33 +01:00
parent 40bbcaa65d
commit e11462c2e4
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 6 deletions

View 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)))