gnu: sbcl-xlunit: Remove Make reference from closure.
* gnu/packages/lisp-check.scm (sbcl-xlunit)[source]: Delete the 'debian' folder. This takes the closure size from 209 MiB down to 151 MiB.
This commit is contained in:
		
							parent
							
								
									ffc6e0a391
								
							
						
					
					
						commit
						baed82efa7
					
				
					 1 changed files with 7 additions and 1 deletions
				
			
		|  | @ -941,7 +941,13 @@ parameterization.") | |||
|          (file-name (git-file-name name version)) | ||||
|          (sha256 | ||||
|           (base32 | ||||
|            "0argfmp9nghs4sihyj3f8ch9qfib2b7ll07v5m9ziajgzsfl5xw3")))) | ||||
|            "0argfmp9nghs4sihyj3f8ch9qfib2b7ll07v5m9ziajgzsfl5xw3")) | ||||
|          (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) | ||||
|       (arguments | ||||
|        '(#:phases | ||||
|  |  | |||
		Reference in a new issue