gnu: Simplify package inputs.

This commit was obtained by running:

  ./pre-inst-env guix style

without any additional argument.
This commit is contained in:
Ludovic Courtès 2021-12-13 17:18:24 +01:00
parent aca2defe01
commit 8394619bac
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
460 changed files with 37644 additions and 49727 deletions

View file

@ -86,11 +86,7 @@
(build-system gnu-build-system)
(supported-systems '("i686-linux" "x86_64-linux"))
(inputs
`(("expat" ,expat)
("glibc" ,glibc)
("ld-wrapper" ,ld-wrapper)
("ncurses" ,ncurses)
("zlib" ,zlib)))
(list expat glibc ld-wrapper ncurses zlib))
(native-inputs
;; FPC is built with FPC, so we need bootstrap binaries.
`(("fpc-binary" ,(match (or (%current-target-system)
@ -270,8 +266,7 @@ many useful extensions to the Pascal programming language.")
(chdir "src")
#t)))))
(native-inputs
`(("perl" ,perl)
("which" ,which)))
(list perl which))
(synopsis "p2c converts Pascal programs to C programs--which you can then
compile using gcc")
(description "This package provides @command{p2c}, a program to convert