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.
This commit is contained in:
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

View file

@ -755,7 +755,13 @@ (define-public sbcl-rt
(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