mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
Merge pull request #165923 from linsui/tracker-miners
tracker-miners, gnome-music: add some gstreamer plugins
This commit is contained in:
commit
79a058f06b
2 changed files with 5 additions and 0 deletions
|
@ -74,6 +74,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
gst-plugins-good
|
||||
gst-plugins-bad
|
||||
gst-plugins-ugly
|
||||
gst-libav
|
||||
]);
|
||||
|
||||
pythonPath = with python3.pkgs; [
|
||||
|
|
|
@ -80,7 +80,11 @@ stdenv.mkDerivation rec {
|
|||
totem-pl-parser
|
||||
tracker
|
||||
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.gst-libav
|
||||
icu
|
||||
json-glib
|
||||
libcue
|
||||
|
|
Loading…
Reference in a new issue