forked from mirrors/nixpkgs
banshee: use gnome2 explicitly
This commit is contained in:
parent
f8ea234720
commit
5d3cf921ca
|
@ -12487,7 +12487,7 @@ in
|
|||
};
|
||||
|
||||
banshee = callPackage ../applications/audio/banshee {
|
||||
gconf = pkgs.gnome.GConf;
|
||||
gconf = pkgs.gnome2.GConf;
|
||||
libgpod = pkgs.libgpod.override { monoSupport = true; };
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue