From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 5/6 v3] gnu: Add gnome-desktop. Date: Wed, 11 Dec 2013 22:11:32 +0100 Message-ID: <87wqjbozy3.fsf@gnu.org> References: <87vbyykjxl.fsf@gnu.org> <1386719086-853-1-git-send-email-tipecaml@gmail.com> 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]:44866) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vqr4H-0002fB-5D for guix-devel@gnu.org; Wed, 11 Dec 2013 16:11:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vqr49-0001UH-Rs for guix-devel@gnu.org; Wed, 11 Dec 2013 16:11:41 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:8566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vqr49-0001UD-M5 for guix-devel@gnu.org; Wed, 11 Dec 2013 16:11:33 -0500 In-Reply-To: <1386719086-853-1-git-send-email-tipecaml@gmail.com> (Cyril Roelandt's message of "Wed, 11 Dec 2013 00:44:46 +0100") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Cyril Roelandt Cc: guix-devel@gnu.org Cyril Roelandt skribis: > * gnu/packages/gnome.scm (gnome-desktop): New variable. [...] > + (inputs > + `(("intltool" ,intltool) > + ("gdk-pixbuf" ,gdk-pixbuf) > + ("glib" ,glib) > + ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) > + ("gtk+" ,gtk+) > + ("iso-codes" ,iso-codes) > + ("itstool" ,itstool) > + ("libx11" ,libx11) > + ("libxext" ,libxext) > + ("libxkbfile" ,libxkbfile) > + ("libxrandr" ,libxrandr) > + ("pkg-config" ,pkg-config) > + ("xkeyboard-config" ,xkeyboard-config))) Actually =E2=80=98intltool=E2=80=99 and =E2=80=98pkg-config=E2=80=99 should= be in =E2=80=98native-inputs=E2=80=99 (you want to be able to run them during the build process when cross-compiling.) OK to push with that fixed. Thanks! Ludo=E2=80=99.