mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
mopidy: Add gst-plugins-bad to buildInputs
Needed for processing .m4a files.
This commit is contained in:
parent
b650a380fd
commit
e94437d1ed
@ -17,7 +17,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
nativeBuildInputs = [ wrapGAppsHook ];
|
||||
|
||||
buildInputs = with gst_all_1; [
|
||||
gst-plugins-base gst-plugins-good gst-plugins-ugly
|
||||
gst-plugins-base gst-plugins-good gst-plugins-ugly gst-plugins-bad
|
||||
glib_networking gobjectIntrospection
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user