guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: snap: Remove inputs labels.


From: guix-commits
Subject: 02/02: gnu: snap: Remove inputs labels.
Date: Mon, 17 Jan 2022 18:37:33 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 812ac22560e00aae6077a3168361d99edd3510da
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jan 18 00:30:15 2022 +0100

    gnu: snap: Remove inputs labels.
    
    * gnu/packages/education.scm (snap)[inputs]: Remove labels.
---
 gnu/packages/education.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 111eb61e1b..7b2113de6a 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -352,9 +352,7 @@ easy.")
                  (format port "#!~a\n~a '~a'" bash xdg-open snap)))
              (chmod script #o555))))))
     (inputs
-     `(("bash" ,bash-minimal)
-       ("js-filesaver" ,js-filesaver)
-       ("xdg-utils" ,xdg-utils)))
+     (list bash-minimal js-filesaver xdg-utils))
     (home-page "https://snap.berkeley.edu";)
     (synopsis "Visual, blocks based programming language")
     (description "Snap! (formerly BYOB) is a visual, drag-and-drop



reply via email to

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