summary refs log tree commit diff
path: root/pkgs/applications/audio
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
parenteb073e9cd9c0a8b8d6f7f1901def14afc89341e3 (diff)
downloadnixpkgs-9e21b2c5e99a76379d5993b88f2de645ab2a390c.tar
nixpkgs-9e21b2c5e99a76379d5993b88f2de645ab2a390c.tar.gz
nixpkgs-9e21b2c5e99a76379d5993b88f2de645ab2a390c.tar.bz2
nixpkgs-9e21b2c5e99a76379d5993b88f2de645ab2a390c.tar.lz
nixpkgs-9e21b2c5e99a76379d5993b88f2de645ab2a390c.tar.xz
nixpkgs-9e21b2c5e99a76379d5993b88f2de645ab2a390c.tar.zst
nixpkgs-9e21b2c5e99a76379d5993b88f2de645ab2a390c.zip
gst-python: align attrname with pkgname
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/morituri/default.nix4
-rw-r--r--pkgs/applications/audio/quodlibet/default.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/audio/morituri/default.nix b/pkgs/applications/audio/morituri/default.nix
index 0ab0d24c272..44d10957ca6 100644
--- a/pkgs/applications/audio/morituri/default.nix
+++ b/pkgs/applications/audio/morituri/default.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchgit, pythonPackages, cdparanoia, cdrdao
-, gst_python, gst_plugins_base, gst_plugins_good
+, gst-python, gst_plugins_base, gst_plugins_good
 , utillinux, makeWrapper, substituteAll, autoreconfHook }:
 
 let
@@ -17,7 +17,7 @@ in stdenv.mkDerivation rec {
   };
 
   pythonPath = with pythonPackages; [
-    pygobject2 gst_python musicbrainzngs
+    pygobject2 gst-python musicbrainzngs
     pycdio pyxdg setuptools
     CDDB
   ];
diff --git a/pkgs/applications/audio/quodlibet/default.nix b/pkgs/applications/audio/quodlibet/default.nix
index 0546f9a0ad2..1c6bd7783eb 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 ''