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:
Pierre Neidhardt 2022-07-07 13:44:05 +02:00
parent 6702441f17
commit 5fb69a3bed
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -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