mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: cl-deploy: Remove input labels.
* gnu/packages/lisp-xyz.scm (sbcl-deploy): Remove input labels. Change-Id: Icae014c7bd08639d1f23048e831f4317e2811a2a
This commit is contained in:
parent
4172a5ae9b
commit
b130647aef
1 changed files with 2 additions and 5 deletions
|
@ -17209,12 +17209,9 @@ (define-public sbcl-deploy
|
|||
(base32 "07pfkibaridihg8lbq2czwa4iqifqk24n6rx7bfnv7i49p1ppja1"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(native-inputs
|
||||
`(("cl-mpg123" ,sbcl-cl-mpg123)
|
||||
("cl-out123" ,sbcl-cl-out123)))
|
||||
(list sbcl-cl-mpg123 sbcl-cl-out123))
|
||||
(inputs
|
||||
`(("cffi" ,sbcl-cffi)
|
||||
("documentation-utils" ,sbcl-documentation-utils)
|
||||
("trivial-features" ,sbcl-trivial-features)))
|
||||
(list sbcl-cffi sbcl-documentation-utils sbcl-trivial-features))
|
||||
(home-page "https://shinmera.github.io/deploy/")
|
||||
(synopsis "Deployment tools for standalone Common Lisp application")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue