summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio/quodlibet/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/quodlibet/default.nix')
-rw-r--r--pkgs/applications/audio/quodlibet/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/quodlibet/default.nix b/pkgs/applications/audio/quodlibet/default.nix
index a046fe80e13d..00856721f95d 100644
--- a/pkgs/applications/audio/quodlibet/default.nix
+++ b/pkgs/applications/audio/quodlibet/default.nix
@@ -9,7 +9,7 @@ assert withGstPlugins -> gst_plugins_base != null
let
version = "2.6.3";
- inherit (pythonPackages) buildPythonApplication python mutagen pygtk pygobject dbus-python;
+ inherit (pythonPackages) buildPythonApplication python mutagen pygtk pygobject2 dbus-python;
in buildPythonApplication {
# call the package quodlibet and just quodlibet
name = "quodlibet${stdenv.lib.optionalString withGstPlugins "-with-gst-plugins"}-${version}";
@@ -48,7 +48,7 @@ in buildPythonApplication {
];
propagatedBuildInputs = [
- mutagen pygtk pygobject dbus-python gst_python intltool
+ mutagen pygtk pygobject2 dbus-python gst_python intltool
];
postInstall = stdenv.lib.optionalString withGstPlugins ''