From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:60740) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJmhM-0007l0-0d for guix-patches@gnu.org; Wed, 01 Apr 2020 19:23:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJmhK-0000zR-U2 for guix-patches@gnu.org; Wed, 01 Apr 2020 19:23:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55561) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jJmhK-0000zB-Pn for guix-patches@gnu.org; Wed, 01 Apr 2020 19:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jJmhK-0003je-M1 for guix-patches@gnu.org; Wed, 01 Apr 2020 19:23:02 -0400 Subject: [bug#40383] [PATCH 2/5] gnu: graphviz: Make some inputs native. Resent-Message-ID: From: Vincent Legoll Date: Thu, 2 Apr 2020 01:22:22 +0200 Message-Id: <20200401232225.27766-2-vincent.legoll@gmail.com> In-Reply-To: <20200401232225.27766-1-vincent.legoll@gmail.com> References: <20200401232225.27766-1-vincent.legoll@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40383@debbugs.gnu.org Cc: Vincent Legoll * gnu/packages/graphviz.scm (graphviz)[inputs]: Move swig from here... [native-inputs]: ...to here. --- 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 2d2bb11130..051089881a 100644 --- a/gnu/packages/graphviz.scm +++ b/gnu/packages/graphviz.scm @@ -7,6 +7,7 @@ ;;; Copyright © 2017 Gábor Boskovits ;;; Copyright © 2018 Mathieu Lirzin ;;; Copyright © 2020 Marius Bakke +;;; Copyright © 2020 Vincent Legoll ;;; ;;; 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/") -- 2.25.2