gnu: ccl: Include x86-headers and remove missing "contrib" folder.
* gnu/packages/lisp.scm (ccl): Include x86-headers and remove missing "contrib" folder.
This commit is contained in:
		
							parent
							
								
									f8cba3ff4f
								
							
						
					
					
						commit
						d22ba64276
					
				
					 1 changed files with 6 additions and 2 deletions
				
			
		|  | @ -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))) | ||||
|  |  | |||
		Reference in a new issue