mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
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 © 2018 Mathieu Lirzin <mthl@gnu.org>
|
||||
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
|
||||
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -97,7 +98,6 @@ (define-public graphviz
|
|||
("gts" ,gts)
|
||||
("gd" ,gd) ; FIXME: Our GD is too old
|
||||
("guile" ,guile-2.0) ;Guile bindings
|
||||
("swig" ,swig)
|
||||
("pango" ,pango)
|
||||
("fontconfig" ,fontconfig)
|
||||
("freetype" ,freetype)
|
||||
|
@ -108,6 +108,7 @@ (define-public graphviz
|
|||
("libpng" ,libpng)))
|
||||
(native-inputs
|
||||
`(("bison" ,bison)
|
||||
("swig" ,swig)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(outputs '("out" "doc")) ; 5 MiB of html + pdfs
|
||||
(home-page "http://www.graphviz.org/")
|
||||
|
|
Loading…
Reference in a new issue