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 ];
|
nativeBuildInputs = [ wrapGAppsHook ];
|
||||||
|
|
||||||
buildInputs = with gst_all_1; [
|
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
|
glib_networking gobjectIntrospection
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user