Cyril Roelandt <tipec...@gmail.com> 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’.