me
/
guix
Archived
1
0
Fork 0

gnu: cl-virality: Don't install examples.

* gnu/packages/lisp-xyz.scm (sbcl-virality)[arguments]: Add 'delete-examples'
  phase.
master
Guillaume Le Vaillant 2022-11-20 14:42:02 +01:00
parent c8f406056f
commit 52fdcf299d
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 6 additions and 1 deletions

View File

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