me
/
guix
Archived
1
0
Fork 0

gnu: sbcl-rss: Remove Make reference from closure.

* gnu/packages/lisp-xyz.scm (sbcl-rss)[source]: Delete the 'debian' folder.

This takes the closure size from 234 MiB down to 176 MiB.
master
Pierre Neidhardt 2022-07-07 10:28:56 +02:00
parent 04e3aa711a
commit 474a3da8e4
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 7 additions and 1 deletions

View File

@ -18318,7 +18318,13 @@ language).")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "0wv3j13fj73gigriw5r9vi920hz05ld7zllsvbxdxvmyfy9k1kly"))))
(base32 "0wv3j13fj73gigriw5r9vi920hz05ld7zllsvbxdxvmyfy9k1kly"))
(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-aserve sbcl-kmrcl sbcl-xmls))