mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
|
@ -127,7 +127,7 @@
|
|||
("freetype" ,freetype)
|
||||
("bzip2" ,bzip2)
|
||||
("xz" ,xz)))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
(native-inputs (list pkg-config))
|
||||
(outputs '("out"
|
||||
"doc")) ; 26 MiB of HTML documentation
|
||||
(home-page "https://www.imagemagick.org/")
|
||||
|
@ -175,8 +175,8 @@ text, lines, polygons, ellipses and Bézier curves.")
|
|||
(base32
|
||||
"0n9afy1z5bhf9phrbahnkwhgcmijn8jggpbzwrivw1zhliliiy68"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||
(inputs `(("imagemagick" ,imagemagick)))
|
||||
(native-inputs (list pkg-config))
|
||||
(inputs (list imagemagick))
|
||||
(arguments
|
||||
`(#:tests? #f ;;Failed 2/23 test programs. 2/353 subtests failed.
|
||||
#:phases
|
||||
|
@ -253,7 +253,7 @@ script.")
|
|||
("xz" ,xz)
|
||||
("zlib" ,zlib)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(list pkg-config))
|
||||
(outputs '("out" ; 13 MiB
|
||||
"doc")) ; ~7 MiB
|
||||
(home-page "http://www.graphicsmagick.org")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue