qt-gstreamer: align attrname with pkgname

This commit is contained in:
Bjørn Forsman 2017-02-26 20:39:32 +01:00 committed by Robin Gloster
parent 6b73e57e56
commit 512bd7c522
2 changed files with 3 additions and 2 deletions

View file

@ -98,6 +98,7 @@ doNotDisplayTwice rec {
poppler_qt5 = qt5.poppler; # added 2015-12-19
qca-qt5 = qt5.qca-qt5; # added 2015-12-19
QmidiNet = qmidinet; # added 2016-05-22
qt_gstreamer = qt-gstreamer; # added 2017-02
quake3game = ioquake3; # added 2016-01-14
qwt6 = qt5.qwt; # added 2015-12-19
rdiff_backup = rdiff-backup; # added 2014-11-23

View file

@ -7518,7 +7518,7 @@ with pkgs;
});
gst_all = {
inherit (pkgs) gstreamer gnonlin gst-python qt_gstreamer;
inherit (pkgs) gstreamer gnonlin gst-python qt-gstreamer;
gstPluginsBase = pkgs.gst_plugins_base;
gstPluginsBad = pkgs.gst-plugins-bad;
gstPluginsGood = pkgs.gst-plugins-good;
@ -7563,7 +7563,7 @@ with pkgs;
qt-mobility = callPackage ../development/libraries/qt-mobility {};
qt_gstreamer = callPackage ../development/libraries/gstreamer/legacy/qt-gstreamer {};
qt-gstreamer = callPackage ../development/libraries/gstreamer/legacy/qt-gstreamer {};
qt_gstreamer1 = callPackage ../development/libraries/gstreamer/qt-gstreamer { boost = boost155;};