From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: graphviz: Enable Guile library. Date: Wed, 11 May 2016 18:22:27 +0200 Message-ID: <87shxosgxo.fsf@gnu.org> References: <87shxrpmbj.fsf@gnu.org> <87h9e7nf2i.fsf@gnu.org> <87a8jzc5qv.fsf@gnu.org> <20160510075324.110436e7@scratchpost.org> <8737pq8e9j.fsf@gnu.org> <87r3daghtx.fsf@gnu.org> <87vb2m6m6v.fsf@gnu.org> <87h9e4wv1a.fsf@gnu.org> <87lh3gfy6v.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0WuC-0002eq-CI for guix-devel@gnu.org; Wed, 11 May 2016 12:22:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b0Wu8-00084P-39 for guix-devel@gnu.org; Wed, 11 May 2016 12:22:35 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:56085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b0Wu7-00084G-WF for guix-devel@gnu.org; Wed, 11 May 2016 12:22:32 -0400 In-Reply-To: <87lh3gfy6v.fsf@gnu.org> (Roel Janssen's message of "Wed, 11 May 2016 16:48:08 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Roel Janssen Cc: Guix-devel Roel Janssen skribis: > Ludovic Court=C3=A8s writes: > >> Roel Janssen skribis: >> >>> From 704d5eba566af8d90ec7f53e7fc11d989f85c5e6 Mon Sep 17 00:00:00 2001 >>> From: Roel Janssen >>> Date: Tue, 10 May 2016 15:54:01 +0200 >>> Subject: [PATCH 1/2] gnu: graphviz: Enable Guile library. >>> >>> * gnu/packages/graphviz.scm (graphviz): Compile with Guile support. >> >> Cool, applied with minor changes. >> >>> From a73293cb66f3978e60e1244124cd28b623d6c30c Mon Sep 17 00:00:00 2001 >>> From: Roel Janssen >>> Date: Tue, 10 May 2016 15:55:52 +0200 >>> Subject: [PATCH 2/2] gnu: graphviz: Add graphviz-guile. >>> >>> * gnu/packages/graphviz.scm (graphviz): New variable. >> >> [...] >> >>> + (name "graphviz-guile") >>> + (version "1.0") >>> + (source (origin >>> + (method url-fetch) >>> + (uri (string-append >>> + "https://github.com/roelj/graphviz-guile/archive/v" >>> + version ".tar.gz")) >>> + (sha256 >>> + (base32 "1ccmr4isj85j7djg9m56n54rqq1z94bjmrrs6vv4qdcp6i= hv3c3r")) >>> + (file-name (string-append name "-" version ".tar.gz")))) >> >> I think this is cheating a bit. :-) > > Just a bit :-). > > Other than getting it upstream, I don't see how else I could've done this. > >>> Do you think they would be interested in this? I kind of get the >>> feeling that the language bindings are something generated >>> automatically, and manually adding things is not desired (for upstream). >> >> If it=E2=80=99s a single file, it=E2=80=99s worth trying IMO. > > Alright. At the moment, their website seems to be down (graphviz.org), > and their IRC channel very quiet. Do you know the mailing list address > for graphviz? I don=E2=80=99t! Hopefully the web site will come back soon. Ludo=E2=80=99.