mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
gnu: sbcl-slime-swank: Remove gawk reference from closure.
* gnu/packages/lisp-xyz.scm (sbcl-slime-swank)[source]: Delete the 'doc' folder. This takes the closure size from 159 MiB down to 156 MiB.
This commit is contained in:
parent
513f6c2786
commit
fcac44c012
1 changed files with 8 additions and 1 deletions
|
@ -2292,7 +2292,14 @@ (define-public sbcl-slime-swank
|
||||||
(url "https://github.com/slime/slime/")
|
(url "https://github.com/slime/slime/")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1s5mbljlz22pb90gwbd380nighkz6gdxl77hc08gri7wwr5gy5n2"))))
|
(base32 "1s5mbljlz22pb90gwbd380nighkz6gdxl77hc08gri7wwr5gy5n2"))
|
||||||
|
(modules '((guix build utils)))
|
||||||
|
(snippet
|
||||||
|
;; The doc folder drags `gawk' into the closure. Doc is already
|
||||||
|
;; provided by emacs-slime.
|
||||||
|
`(begin
|
||||||
|
(delete-file-recursively "doc")
|
||||||
|
#t))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:asd-systems '("swank")))
|
'(#:asd-systems '("swank")))
|
||||||
|
|
Loading…
Reference in a new issue