mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: graphicsmagick: Remove input labels.
* gnu/packages/imagemagick.scm (graphicsmagick)[inputs]: Remove labels. [arguments]: Use SEARCH-INPUT-DIRECTORY.
This commit is contained in:
parent
a7adf473fc
commit
ef614fd39e
1 changed files with 16 additions and 16 deletions
|
@ -235,23 +235,23 @@ script.")
|
||||||
"--with-quantum-depth=16" ; required by Octave
|
"--with-quantum-depth=16" ; required by Octave
|
||||||
"--enable-quantum-library-names"
|
"--enable-quantum-library-names"
|
||||||
(string-append "--with-gs-font-dir="
|
(string-append "--with-gs-font-dir="
|
||||||
(assoc-ref %build-inputs "font-ghostscript")
|
(search-input-directory
|
||||||
"/share/fonts/type1/ghostscript"))))
|
%build-inputs "share/fonts/type1/ghostscript")))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("graphviz" ,graphviz)
|
(list bzip2
|
||||||
("ghostscript" ,ghostscript)
|
font-ghostscript
|
||||||
("font-ghostscript" ,font-ghostscript)
|
freetype
|
||||||
("lcms" ,lcms)
|
ghostscript
|
||||||
("libx11" ,libx11)
|
graphviz
|
||||||
("libxml2" ,libxml2)
|
lcms
|
||||||
("libtiff" ,libtiff)
|
libjpeg-turbo
|
||||||
("libpng" ,libpng)
|
libpng
|
||||||
("libjpeg" ,libjpeg-turbo)
|
libtiff
|
||||||
("libwebp" ,libwebp)
|
libwebp
|
||||||
("freetype" ,freetype)
|
libxml2
|
||||||
("bzip2" ,bzip2)
|
libx11
|
||||||
("xz" ,xz)
|
xz
|
||||||
("zlib" ,zlib)))
|
zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
(outputs '("out" ; 13 MiB
|
(outputs '("out" ; 13 MiB
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue