banshee: use gnome2 explicitly

This commit is contained in:
Nikolay Amiantov 2016-09-13 13:15:41 +03:00
parent f8ea234720
commit 5d3cf921ca

View File

@ -12487,7 +12487,7 @@ in
}; };
banshee = callPackage ../applications/audio/banshee { banshee = callPackage ../applications/audio/banshee {
gconf = pkgs.gnome.GConf; gconf = pkgs.gnome2.GConf;
libgpod = pkgs.libgpod.override { monoSupport = true; }; libgpod = pkgs.libgpod.override { monoSupport = true; };
}; };