mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: graphviz: Remove input labels.
* gnu/packages/graphviz.scm (graphviz)[inputs]: Remove labels.
This commit is contained in:
parent
fcd7519d79
commit
307c9c6550
1 changed files with 13 additions and 13 deletions
|
@ -104,19 +104,19 @@ (define-public graphviz
|
||||||
(string-append extdir
|
(string-append extdir
|
||||||
"/libgv_guile.so"))))))))
|
"/libgv_guile.so"))))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libXrender" ,libxrender)
|
(list libxrender
|
||||||
("libX11" ,libx11)
|
libx11
|
||||||
("gts" ,gts)
|
gts
|
||||||
("gd" ,gd)
|
gd
|
||||||
("guile" ,guile-3.0) ;Guile bindings
|
guile-3.0 ;Guile bindings
|
||||||
("pango" ,pango)
|
pango
|
||||||
("fontconfig" ,fontconfig)
|
fontconfig
|
||||||
("freetype" ,freetype)
|
freetype
|
||||||
("libltdl" ,libltdl)
|
libltdl
|
||||||
("libXaw" ,libxaw)
|
libxaw
|
||||||
("expat" ,expat)
|
expat
|
||||||
("libjpeg" ,libjpeg-turbo)
|
libjpeg-turbo
|
||||||
("libpng" ,libpng)))
|
libpng))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list bison swig pkg-config))
|
(list bison swig pkg-config))
|
||||||
(outputs '("out" "doc")) ; 5 MiB of html + pdfs
|
(outputs '("out" "doc")) ; 5 MiB of html + pdfs
|
||||||
|
|
Loading…
Reference in a new issue