python3Packages.sublime-music: relax python-mpv dependency

This commit is contained in:
Daniel Olsen 2022-09-08 10:17:09 +02:00
parent f605651615
commit 482999e6fc

View File

@ -28,9 +28,14 @@ python3Packages.buildPythonApplication rec {
nativeBuildInputs = [
gobject-introspection
python3Packages.poetry-core
python3Packages.pythonRelaxDepsHook
wrapGAppsHook
];
# Can be removed in later versions
# https://gitlab.com/sublime-music/sublime-music/-/issues/343
pythonRelaxDeps = [ "python-mpv" ];
buildInputs = [
gtk3
pango