mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: cl-virality: Don't install examples.
* gnu/packages/lisp-xyz.scm (sbcl-virality)[arguments]: Add 'delete-examples' phase.
This commit is contained in:
parent
c8f406056f
commit
52fdcf299d
1 changed files with 6 additions and 1 deletions
|
|
@ -19224,7 +19224,12 @@ fit together as required by any particular game.")
|
|||
"vorigin.test"
|
||||
"vshadow"
|
||||
"vumbra"
|
||||
"vutils")))
|
||||
"vutils")
|
||||
#:phases (modify-phases %standard-phases
|
||||
(add-after 'unpack 'delete-examples
|
||||
(lambda _
|
||||
;; Don't install the big "examples" directory.
|
||||
(delete-file-recursively "examples"))))))
|
||||
(inputs
|
||||
(list sbcl-3b-bmfont
|
||||
sbcl-babel
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue