guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch staging updated: gnu: graphviz: Make some inputs native.


From: guix-commits
Subject: branch staging updated: gnu: graphviz: Make some inputs native.
Date: Thu, 02 Apr 2020 12:14:30 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new 39e75fa  gnu: graphviz: Make some inputs native.
39e75fa is described below

commit 39e75fa6929e67ad1424f45923c58a02107f8f22
Author: Vincent Legoll <address@hidden>
AuthorDate: Thu Apr 2 01:22:22 2020 +0200

    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 <address@hidden>
---
 gnu/packages/graphviz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index 2d2bb11..0510898 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -7,6 +7,7 @@
 ;;; Copyright © 2017 Gábor Boskovits <address@hidden>
 ;;; Copyright © 2018 Mathieu Lirzin <address@hidden>
 ;;; Copyright © 2020 Marius Bakke <address@hidden>
+;;; Copyright © 2020 Vincent Legoll <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -97,7 +98,6 @@
        ("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 @@
        ("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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]