summary refs log tree commit diff
path: root/pkgs/applications/audio/quodlibet
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-01-06 22:35:39 +0000
committerDomen Kožar <domen@dev.si>2014-02-20 01:19:15 +0100
commitfae6079a01b604cdaaab2ecb9bf48368be31255e (patch)
tree3a7050a583b9cad68653f4c4066afbdbae5767f9 /pkgs/applications/audio/quodlibet
parent6adfd13dd4b28546e4ea0dfa4e28727b94c891e9 (diff)
downloadnixpkgs-fae6079a01b604cdaaab2ecb9bf48368be31255e.tar
nixpkgs-fae6079a01b604cdaaab2ecb9bf48368be31255e.tar.gz
nixpkgs-fae6079a01b604cdaaab2ecb9bf48368be31255e.tar.bz2
nixpkgs-fae6079a01b604cdaaab2ecb9bf48368be31255e.tar.lz
nixpkgs-fae6079a01b604cdaaab2ecb9bf48368be31255e.tar.xz
nixpkgs-fae6079a01b604cdaaab2ecb9bf48368be31255e.tar.zst
nixpkgs-fae6079a01b604cdaaab2ecb9bf48368be31255e.zip
adopt rest of the packages that were failing with the buildPythonPackage changes
Diffstat (limited to 'pkgs/applications/audio/quodlibet')
-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 c865314cb17..3ab7688cde3 100644
--- a/pkgs/applications/audio/quodlibet/default.nix
+++ b/pkgs/applications/audio/quodlibet/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, python, buildPythonPackage, mutagen, pygtk, pygobject
+{ stdenv, fetchurl, python, buildPythonPackage, mutagen, pygtk, pygobject, intltool
 , pythonDBus, gst_python, withGstPlugins ? false, gst_plugins_base ? null
 , gst_plugins_good ? null, gst_plugins_ugly ? null, gst_plugins_bad ? null }:
 
@@ -42,7 +42,7 @@ buildPythonPackage {
   ];
 
   propagatedBuildInputs = [
-    mutagen pygtk pygobject pythonDBus gst_python
+    mutagen pygtk pygobject pythonDBus gst_python intltool
   ];
 
   postInstall = stdenv.lib.optionalString withGstPlugins ''