mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: sbcl-puri: Remove Make reference from closure.
* gnu/packages/lisp-xyz.scm (sbcl-puri)[source]: Delete the 'debian' folder. This takes the closure size from 209 MiB down to 151 MiB.
This commit is contained in:
parent
baed82efa7
commit
b212cdaedb
1 changed files with 7 additions and 1 deletions
|
@ -2706,7 +2706,13 @@ (define-public sbcl-puri
|
|||
(commit commit)))
|
||||
(file-name (git-file-name "puri" version))
|
||||
(sha256
|
||||
(base32 "0gq2rsr0aihs0z20v4zqvmdl4szq53b52rh97pvnmwrlbn4mapmd"))))
|
||||
(base32 "0gq2rsr0aihs0z20v4zqvmdl4szq53b52rh97pvnmwrlbn4mapmd"))
|
||||
(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)
|
||||
(native-inputs
|
||||
(list sbcl-ptester))
|
||||
|
|
Loading…
Reference in a new issue