gnu: sbcl-kmrcl: Remove Make reference from closure.
* gnu/packages/lisp-xyz.scm (sbcl-kmrcl)[source]: Delete the 'debian' folder. This takes the closure size from 209 MiB down to 151 MiB.
This commit is contained in:
		
							parent
							
								
									b212cdaedb
								
							
						
					
					
						commit
						b48e086e32
					
				
					 1 changed files with 7 additions and 1 deletions
				
			
		| 
						 | 
					@ -4056,7 +4056,13 @@ Development into CL+SSL was done by David Lichteblau.")
 | 
				
			||||||
               (commit commit)))
 | 
					               (commit commit)))
 | 
				
			||||||
         (file-name (git-file-name name version))
 | 
					         (file-name (git-file-name name version))
 | 
				
			||||||
         (sha256
 | 
					         (sha256
 | 
				
			||||||
          (base32 "06gx04mah5nc8w78s0j8628divbf1s5w7af8w7pvzb2d5mgvrbd2"))))
 | 
					          (base32 "06gx04mah5nc8w78s0j8628divbf1s5w7af8w7pvzb2d5mgvrbd2"))
 | 
				
			||||||
 | 
					         (modules '((guix build utils)))
 | 
				
			||||||
 | 
					         (snippet
 | 
				
			||||||
 | 
					          ;; The useless bundled debian folder drags `make' into the closure.
 | 
				
			||||||
 | 
					          `(begin
 | 
				
			||||||
 | 
					             (delete-file-recursively "debian")
 | 
				
			||||||
 | 
					             #t))))
 | 
				
			||||||
      (build-system asdf-build-system/sbcl)
 | 
					      (build-system asdf-build-system/sbcl)
 | 
				
			||||||
      (inputs
 | 
					      (inputs
 | 
				
			||||||
       (list sbcl-rt))
 | 
					       (list sbcl-rt))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue