mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
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 @@ (define-public sbcl-kmrcl
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(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)
|
||||
(inputs
|
||||
(list sbcl-rt))
|
||||
|
|
Loading…
Reference in a new issue