Merge pull request #165923 from linsui/tracker-miners
tracker-miners, gnome-music: add some gstreamer plugins
This commit is contained in:
commit
79a058f06b
@ -74,6 +74,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
gst-plugins-good
|
gst-plugins-good
|
||||||
gst-plugins-bad
|
gst-plugins-bad
|
||||||
gst-plugins-ugly
|
gst-plugins-ugly
|
||||||
|
gst-libav
|
||||||
]);
|
]);
|
||||||
|
|
||||||
pythonPath = with python3.pkgs; [
|
pythonPath = with python3.pkgs; [
|
||||||
|
@ -80,7 +80,11 @@ stdenv.mkDerivation rec {
|
|||||||
totem-pl-parser
|
totem-pl-parser
|
||||||
tracker
|
tracker
|
||||||
gst_all_1.gst-plugins-base
|
gst_all_1.gst-plugins-base
|
||||||
|
gst_all_1.gst-plugins-good
|
||||||
|
gst_all_1.gst-plugins-bad
|
||||||
|
gst_all_1.gst-plugins-ugly
|
||||||
gst_all_1.gstreamer
|
gst_all_1.gstreamer
|
||||||
|
gst_all_1.gst-libav
|
||||||
icu
|
icu
|
||||||
json-glib
|
json-glib
|
||||||
libcue
|
libcue
|
||||||
|
Loading…
Reference in New Issue
Block a user