gnome2.gnome_panel: Fix build

This commit is contained in:
Tuomas Tynkkynen 2016-09-05 18:56:04 +03:00
parent d1154edf44
commit 8f023eb129

View file

@ -22,5 +22,5 @@ stdenv.mkDerivation {
configureFlags = [ "--disable-scrollkeeper" "--disable-introspection"/*not useful AFAIK*/ ];
NIX_CFLAGS_COMPILE="-I${GConf}/include/gconf/2";
NIX_CFLAGS_COMPILE="-I${GConf.dev}/include/gconf/2";
}