about summary refs log tree commit diff
path: root/pkgs/applications/video/miro
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2017-02-26 20:36:20 +0100
committerRobin Gloster <mail@glob.in>2017-02-27 12:16:26 +0100
commit0591cd607b3bcb2af298d978c1cedf8c5d9a1328 (patch)
tree0ba131bbda617dea9c86e80398339903109a566e /pkgs/applications/video/miro
parent4b2c7fe3d1c6f46d5829db0e4b9dab1bdbfd8c1b (diff)
gst-plugins-good: align attrname with pkgname
Diffstat (limited to 'pkgs/applications/video/miro')
-rw-r--r--pkgs/applications/video/miro/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/miro/default.nix b/pkgs/applications/video/miro/default.nix
index 443726ecb853d..8a033d7761a91 100644
--- a/pkgs/applications/video/miro/default.nix
+++ b/pkgs/applications/video/miro/default.nix
@@ -2,7 +2,7 @@
 , pythonPackages, pyrex096, ffmpeg, boost, glib, gtk2, webkitgtk2, libsoup
 , taglib, sqlite
 , libtorrentRasterbar, glib_networking, gsettings_desktop_schemas
-, gst-python, gst_plugins_base, gst_plugins_good, gst-ffmpeg
+, gst-python, gst_plugins_base, gst-plugins-good, gst-ffmpeg
 , enableBonjour ? false, avahi ? null
 }:
 
@@ -77,7 +77,7 @@ in buildPythonApplication rec {
   propagatedBuildInputs = with pythonPackages; [
     pygobject2 pygtk pycurl mutagen pycairo dbus-python
     pywebkitgtk] ++ [ libtorrentRasterbar
-    gst-python gst_plugins_base gst_plugins_good gst-ffmpeg
+    gst-python gst_plugins_base gst-plugins-good gst-ffmpeg
   ] ++ optional enableBonjour avahi;
 
   meta = {