mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
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:
parent
1004c54c2e
commit
10ededddd3
1 changed files with 6 additions and 1 deletions
|
@ -10901,7 +10901,12 @@ (define-public sbcl-osicat
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue