From 482999e6fce63537040a192acc266a427c5cc951 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Thu, 8 Sep 2022 10:17:09 +0200 Subject: [PATCH] python3Packages.sublime-music: relax python-mpv dependency --- pkgs/applications/audio/sublime-music/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/applications/audio/sublime-music/default.nix b/pkgs/applications/audio/sublime-music/default.nix index 3f7e1e038f8e..4b50ff3e7ea0 100644 --- a/pkgs/applications/audio/sublime-music/default.nix +++ b/pkgs/applications/audio/sublime-music/default.nix @@ -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