me
/
guix
Archived
1
0
Fork 0

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

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

This takes the closure size from 209 MiB down to 151 MiB.
master
Pierre Neidhardt 2022-07-07 09:59:59 +02:00
parent d14070bd29
commit fef5fa4815
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 7 additions and 1 deletions

View File

@ -755,7 +755,13 @@ This is intended to be a successor of Prove.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "13si2rrxaagbr0bkvg6sqicxxpyshabx6ad6byc9n2ik5ysna69b"))))
(base32 "13si2rrxaagbr0bkvg6sqicxxpyshabx6ad6byc9n2ik5ysna69b"))
(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)
(synopsis "MIT Regression Tester")
(description