mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +02:00
gnu: Simplify package inputs.
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
This commit is contained in:
parent
aca2defe01
commit
8394619bac
460 changed files with 37644 additions and 49727 deletions
|
@ -52,7 +52,7 @@
|
|||
;; The tests are not designed to be run and evaluated automatically.
|
||||
'(#:tests? #f))
|
||||
(inputs
|
||||
`(("ncurses" ,ncurses)))
|
||||
(list ncurses))
|
||||
(home-page "https://github.com/VorpalBlade/cfunge")
|
||||
(synopsis "Fast conforming Befunge93/98/109 interpreter in C")
|
||||
(description "@command{cfunge} is a fast conforming Befunge93/98/109 interpreter
|
||||
|
@ -75,7 +75,7 @@ identified by unique ID codes).")
|
|||
(base32 "0syw60b93iajgh91ffchirwwhm2kix2753ibx845kyrhzggmdh2l"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
`(("readline" ,readline)))
|
||||
(list readline))
|
||||
(native-inputs
|
||||
`(("python-2" ,python-2))) ; for the tests
|
||||
(synopsis "LOLCODE interpreter written in C")
|
||||
|
@ -122,8 +122,7 @@ whenever possible to the extent that the above points are not compromized.
|
|||
(add-before 'install 'build
|
||||
(assoc-ref gnu:%standard-phases 'build)))))
|
||||
(native-inputs
|
||||
`(("bison" ,bison)
|
||||
("flex" ,flex)))
|
||||
(list bison flex))
|
||||
(home-page "http://shakespearelang.sourceforge.net/")
|
||||
(synopsis "Write programs like Shakespearean plays")
|
||||
(description "Shakespeare is a programming language with the design goal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue