mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 12:09:15 -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
|
||||
"/libgv_guile.so"))))))))
|
||||
(inputs
|
||||
`(("libXrender" ,libxrender)
|
||||
("libX11" ,libx11)
|
||||
("gts" ,gts)
|
||||
("gd" ,gd)
|
||||
("guile" ,guile-3.0) ;Guile bindings
|
||||
("pango" ,pango)
|
||||
("fontconfig" ,fontconfig)
|
||||
("freetype" ,freetype)
|
||||
("libltdl" ,libltdl)
|
||||
("libXaw" ,libxaw)
|
||||
("expat" ,expat)
|
||||
("libjpeg" ,libjpeg-turbo)
|
||||
("libpng" ,libpng)))
|
||||
(list libxrender
|
||||
libx11
|
||||
gts
|
||||
gd
|
||||
guile-3.0 ;Guile bindings
|
||||
pango
|
||||
fontconfig
|
||||
freetype
|
||||
libltdl
|
||||
libxaw
|
||||
expat
|
||||
libjpeg-turbo
|
||||
libpng))
|
||||
(native-inputs
|
||||
(list bison swig pkg-config))
|
||||
(outputs '("out" "doc")) ; 5 MiB of html + pdfs
|
||||
|
|
Loading…
Reference in a new issue