guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 5/6 v3] gnu: Add gnome-desktop.


From: Ludovic Courtès
Subject: Re: [PATCH 5/6 v3] gnu: Add gnome-desktop.
Date: Wed, 11 Dec 2013 22:11:32 +0100
User-agent: Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux)

Cyril Roelandt <address@hidden> 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 ‘intltool’ and ‘pkg-config’ should be in ‘native-inputs’ (you
want to be able to run them during the build process when
cross-compiling.)

OK to push with that fixed.

Thanks!

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]