mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: snap: Remove inputs labels.
* gnu/packages/education.scm (snap)[inputs]: Remove labels.
This commit is contained in:
parent
67521ab4a1
commit
812ac22560
1 changed files with 1 additions and 3 deletions
|
@ -352,9 +352,7 @@ (define-public snap
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue