From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48558) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dX2Nr-0003Jw-13 for guix-patches@gnu.org; Mon, 17 Jul 2017 05:32:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dX2Nm-0005Lh-5X for guix-patches@gnu.org; Mon, 17 Jul 2017 05:32:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40550) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dX2Nm-0005LN-2m for guix-patches@gnu.org; Mon, 17 Jul 2017 05:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dX2Nl-0005JQ-Sw for guix-patches@gnu.org; Mon, 17 Jul 2017 05:32:01 -0400 Subject: [bug#27657] [PATCH] gnu: graphviz: Remove unnecessary inputs. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <81625ecf.AEMAM5Q5T1QAAAAAAAAAAAOtUOAAAAACwQwAAAAAAAW9WABZZUFu@mailjet.com> <23e983c2.AEUAMzEY_PkAAAAAAAAAAAPUoLsAAAACwQwAAAAAAAW9WABZaK0o@mailjet.com> Date: Mon, 17 Jul 2017 11:31:20 +0200 In-Reply-To: <23e983c2.AEUAMzEY_PkAAAAAAAAAAAPUoLsAAAACwQwAAAAAAAW9WABZaK0o@mailjet.com> (Arun Isaac's message of "Fri, 14 Jul 2017 17:07:49 +0530") Message-ID: <8760ercsuv.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Arun Isaac Cc: 27657@debbugs.gnu.org Hello, Arun Isaac skribis: > * gnu/packages/graphviz.scm (graphviz)[inputs]: Remove libxrender, libx11, > libxaw, expat, libjpeg, libpng. > Move guile and swig to native-inputs. > [native-inputs]: Remove bison. Guile is most likely needed at run time, so it needs to be in =E2=80=98inpu= ts=E2=80=99, possibly in addition to being in =E2=80=98native-inputs=E2=80=99. SWIG may also have a run-time support library, so it would need to be in =E2=80=98inputs=E2=80=99 in addition to =E2=80=98native-inputs=E2=80=99. Now, all this is theoretical until we actually try to cross-build Graphviz. So I think the patch is OK, with or without changes along the lines above. Thanks, Ludo=E2=80=99.