mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
python3Packages.sublime-music: relax python-mpv dependency
This commit is contained in:
parent
f605651615
commit
482999e6fc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user