mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: sbcl-cl-gopher: Remove sbcl-cl-gopher reference in cl-gopher
* gnu/packages/lisp-xyz.scm (sbcl-cl-gopher)[arguments]: Delete the useless '.lsh' files. This takes the closure size from 150 MiB down to 0 MiB.
This commit is contained in:
parent
6702441f17
commit
5fb69a3bed
1 changed files with 9 additions and 1 deletions
|
@ -20879,7 +20879,15 @@ (define-public sbcl-cl-gopher
|
|||
(commit commit)))
|
||||
(file-name (git-file-name "cl-gopher" version))
|
||||
(sha256
|
||||
(base32 "1ky4s33m5d0wvdaqji12pxr93qqfl5x62zjp3m4ihbdj0ws3yw2f"))))
|
||||
(base32 "1ky4s33m5d0wvdaqji12pxr93qqfl5x62zjp3m4ihbdj0ws3yw2f"))
|
||||
(snippet
|
||||
'(begin
|
||||
;; These files are mostly examples (that assume Quicklisp) which
|
||||
;; drag the SBCL package into the CL package.
|
||||
(for-each delete-file
|
||||
'("cl-gopher-network.lsh"
|
||||
"cl-gopher-start.lsh"))
|
||||
#t))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(inputs
|
||||
(list sbcl-bordeaux-threads
|
||||
|
|
Loading…
Reference in a new issue