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