mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
gnome2.gnome_panel: Fix build
This commit is contained in:
parent
d1154edf44
commit
8f023eb129
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue