summary refs log tree commit diff
path: root/pkgs/applications/audio/quodlibet
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2017-02-26 20:30:00 +0100
committerRobin Gloster <mail@glob.in>2017-02-27 12:16:26 +0100
commit9e21b2c5e99a76379d5993b88f2de645ab2a390c (patch)
treeab96460716fa93d99e1c808415d63704e0c404a7 /pkgs/applications/audio/quodlibet
parenteb073e9cd9c0a8b8d6f7f1901def14afc89341e3 (diff)
downloadnixlib-9e21b2c5e99a76379d5993b88f2de645ab2a390c.tar
nixlib-9e21b2c5e99a76379d5993b88f2de645ab2a390c.tar.gz
nixlib-9e21b2c5e99a76379d5993b88f2de645ab2a390c.tar.bz2
nixlib-9e21b2c5e99a76379d5993b88f2de645ab2a390c.tar.lz
nixlib-9e21b2c5e99a76379d5993b88f2de645ab2a390c.tar.xz
nixlib-9e21b2c5e99a76379d5993b88f2de645ab2a390c.tar.zst
nixlib-9e21b2c5e99a76379d5993b88f2de645ab2a390c.zip
gst-python: align attrname with pkgname
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 0546f9a0ad2e..1c6bd7783eb4 100644
--- a/pkgs/applications/audio/quodlibet/default.nix
+++ b/pkgs/applications/audio/quodlibet/default.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchurl, python2Packages, intltool
-, gst_python, withGstPlugins ? false, gst_plugins_base ? null
+, gst-python, withGstPlugins ? false, gst_plugins_base ? null
 , gst_plugins_good ? null, gst_plugins_ugly ? null, gst_plugins_bad ? null }:
 
 assert withGstPlugins -> gst_plugins_base != null
@@ -48,7 +48,7 @@ in buildPythonApplication {
   ];
 
   propagatedBuildInputs = [
-    mutagen pygtk pygobject2 dbus-python gst_python intltool
+    mutagen pygtk pygobject2 dbus-python gst-python intltool
   ];
 
   postInstall = stdenv.lib.optionalString withGstPlugins ''