NIXPKGS-20: gnome 2.14 needs new pkgconfig
Error from compiling libgnomeprintui:
checking for LIBGNOMEPRINTUI… Package gnome-icon-theme was not found in the pkg-config search path.
Perhaps you should add the directory containing `gnome-icon-theme.pc
to the PKG_CONFIG_PATH environment variable
No package gnome-icon-theme found
configure: error: Package requirements (
gtk+-2.0 >= 2.6.0
libgnomeprint-2.2 >= 2.12.1
libgnomecanvas-2.0 >= 1.117.0
gnome-icon-theme >= 1.1.92
) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.Of course, gnome-icon-theme is passed as a parameter, but because it uses the new pkgconfig (or at least, conforms to the new pkgconfig standard) the .pc file cant be found:
$ ls /nix/store/hahaqkjc3mvb03p20l7scyz9zyq2ijby-gnome-icon-theme-2.14.2/share/pkgconfig/
gnome-icon-theme.pcin the PKG_CONFIG_PATH only the /lib/pkgconfig directories are included.
Submitted on 12 August 2006 at 02:21
Log in to post comments