mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: sbcl-fof: Also build the fof/mf subsystem.
* gnu/packages/lisp-xyz.scm (sbcl-fof)[arguments]: Also build the fof/mf subsystem. [inputs]: Add sbcl-cl-json.
This commit is contained in:
parent
4eaf90470f
commit
bee129a806
1 changed files with 3 additions and 1 deletions
|
@ -15437,7 +15437,8 @@ (define-public sbcl-fof
|
||||||
(base32 "0ipy51q2fw03xk9rqcyzbq2b9c32npc1gl3c53rdjywpak7zwwg6"))))
|
(base32 "0ipy51q2fw03xk9rqcyzbq2b9c32npc1gl3c53rdjywpak7zwwg6"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:asd-systems '("fof" "fof/mf")
|
||||||
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'fix-paths
|
(add-after 'unpack 'fix-paths
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
|
@ -15447,6 +15448,7 @@ (define-public sbcl-fof
|
||||||
(assoc-ref inputs "ffmpeg")))))))))
|
(assoc-ref inputs "ffmpeg")))))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list sbcl-alexandria
|
(list sbcl-alexandria
|
||||||
|
sbcl-cl-json
|
||||||
sbcl-cl-str
|
sbcl-cl-str
|
||||||
sbcl-hu.dwim.defclass-star
|
sbcl-hu.dwim.defclass-star
|
||||||
sbcl-local-time
|
sbcl-local-time
|
||||||
|
|
Loading…
Reference in a new issue