mopidy: Add gst-plugins-bad to buildInputs
Needed for processing .m4a files.
This commit is contained in:
committed by
Franz Pletz
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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user