gnu: graphviz: Make some inputs native.
* gnu/packages/graphviz.scm (graphviz)[inputs]: Move swig from here... [native-inputs]: ...to here. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
This commit is contained in:
parent
ba65d474d3
commit
39e75fa692
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
;;; Copyright © 2017 Gábor Boskovits <boskovits@gmail.com>
|
;;; Copyright © 2017 Gábor Boskovits <boskovits@gmail.com>
|
||||||
;;; Copyright © 2018 Mathieu Lirzin <mthl@gnu.org>
|
;;; Copyright © 2018 Mathieu Lirzin <mthl@gnu.org>
|
||||||
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
|
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
|
||||||
|
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -97,7 +98,6 @@ (define-public graphviz
|
||||||
("gts" ,gts)
|
("gts" ,gts)
|
||||||
("gd" ,gd) ; FIXME: Our GD is too old
|
("gd" ,gd) ; FIXME: Our GD is too old
|
||||||
("guile" ,guile-2.0) ;Guile bindings
|
("guile" ,guile-2.0) ;Guile bindings
|
||||||
("swig" ,swig)
|
|
||||||
("pango" ,pango)
|
("pango" ,pango)
|
||||||
("fontconfig" ,fontconfig)
|
("fontconfig" ,fontconfig)
|
||||||
("freetype" ,freetype)
|
("freetype" ,freetype)
|
||||||
|
@ -108,6 +108,7 @@ (define-public graphviz
|
||||||
("libpng" ,libpng)))
|
("libpng" ,libpng)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bison" ,bison)
|
`(("bison" ,bison)
|
||||||
|
("swig" ,swig)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(outputs '("out" "doc")) ; 5 MiB of html + pdfs
|
(outputs '("out" "doc")) ; 5 MiB of html + pdfs
|
||||||
(home-page "http://www.graphviz.org/")
|
(home-page "http://www.graphviz.org/")
|
||||||
|
|
Loading…
Reference in a new issue