gnu: sbcl-osicat: Remove bash reference from the closure.

* gnu/packages/lisp-xyz.scm (sbcl-osicat)[source]: Remove unneeded release.sh
file.

This takes the closure size of cl-osicat from 40 MiB down to 0 MiB.
This commit is contained in:
Pierre Neidhardt 2022-07-07 14:04:51 +02:00
parent 1004c54c2e
commit 10ededddd3
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 6 additions and 1 deletions

View File

@ -10901,7 +10901,12 @@ MOP easier to use.")
(commit commit)))
(file-name (git-file-name "cl-osicat" version))
(sha256
(base32 "1ilag0b0xn97acc0m1q93vwp2y3md9a586858zfx04d8wpbvk8sz"))))
(base32 "1ilag0b0xn97acc0m1q93vwp2y3md9a586858zfx04d8wpbvk8sz"))
(snippet
'(begin
;; The useless release.sh drags `bash' into the closure.
(delete-file "scripts/release.sh")
#t))))
(build-system asdf-build-system/sbcl)
(inputs
(list sbcl-alexandria sbcl-cffi sbcl-trivial-features))