From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [WIP 7/8] gnu: Add gfbgraph. Date: Sat, 16 Apr 2016 12:08:50 -0400 Message-ID: <20160416160850.GA9412@jasmine> References: <3040ba094f18bf9a8de46aae22d978a80c3a970e.1460775480.git.leo@famulari.name> <87h9f1j3ud.fsf@gmail.com> <87d1ppj3nd.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arSlx-0004ER-F4 for guix-devel@gnu.org; Sat, 16 Apr 2016 12:08:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1arSls-0001z5-Ey for guix-devel@gnu.org; Sat, 16 Apr 2016 12:08:37 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:42157) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arSls-0001yt-88 for guix-devel@gnu.org; Sat, 16 Apr 2016 12:08:32 -0400 Content-Disposition: inline In-Reply-To: <87d1ppj3nd.fsf@gmail.com> 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: Alex Kost Cc: guix-devel@gnu.org On Sat, Apr 16, 2016 at 12:37:10PM +0300, Alex Kost wrote: > Alex Kost (2016-04-16 12:32 +0300) wrote: > > > Leo Famulari (2016-04-16 06:02 +0300) wrote: > [...] > >> + (sha256 > >> + (base32 > >> + "1dp0v8ia35fxs9yhnqpxj3ir5lh018jlbiwifjfn8ayy7h47j4fs" ; 0.2.3 > > ^^^^^^^ > > Leftover? > > > >> + )))) > >> + (build-system glib-or-gtk-build-system) > >> + (arguments > >> + `(#:tests? #f ; http://www.linuxfromscratch.org/blfs/view/stable-systemd/gnome/gfbgraph.html > >> + #:configure-flags '("--disable-gtk-doc" ; --enable-gtk-doc fails even with gtk-doc as native-input > >> + "--disable-static" > >> + "--enable-introspection"))) > >> + (native-inputs > >> + `(("pkg-config" ,pkg-config) ; necessary? > > > > Did you check if it's necessary? :-) > > Sorry, I didn't notice it is "WIP". Please ignore that message. I don't like to send WIP patches to the list, but I am really stuck. Thanks for reading :)