guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

16/19: gnu: cl-deploy: Remove input labels.


From: guix-commits
Subject: 16/19: gnu: cl-deploy: Remove input labels.
Date: Thu, 21 Mar 2024 17:59:32 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit b130647aefc0490d0c489d6e2dc3e7e5e3399ed7
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Mar 21 21:28:40 2024 +0000

    gnu: cl-deploy: Remove input labels.
    
    * gnu/packages/lisp-xyz.scm (sbcl-deploy): Remove input labels.
    
    Change-Id: Icae014c7bd08639d1f23048e831f4317e2811a2a
---
 gnu/packages/lisp-xyz.scm | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 7ba339cb93..8df2d9f76e 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -17209,12 +17209,9 @@ predictable cross-platform behavior and some utilities 
useful for versioning.")
           (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]