mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: sbcl-ptester: Remove Make reference from closure.
* gnu/packages/lisp-check.scm (sbcl-ptester)[source]: Delete the 'debian' folder. This takes the closure size from 209 MiB down to 151 MiB.
This commit is contained in:
parent
fef5fa4815
commit
ffc6e0a391
1 changed files with 7 additions and 1 deletions
|
@ -695,7 +695,13 @@ (define-public sbcl-ptester
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1l0lfl7cdnr2qf4zh38hi4llxg22c49zkm639bdkmvlkzwj3ndwf"))))
|
(base32 "1l0lfl7cdnr2qf4zh38hi4llxg22c49zkm639bdkmvlkzwj3ndwf"))
|
||||||
|
(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)
|
(build-system asdf-build-system/sbcl)
|
||||||
(home-page "http://quickdocs.org/ptester/")
|
(home-page "http://quickdocs.org/ptester/")
|
||||||
(synopsis "Portable test harness package")
|
(synopsis "Portable test harness package")
|
||||||
|
|
Loading…
Reference in a new issue