Loading pkgs/applications/audio/sublime-music/default.nix +24 −7 Original line number Diff line number Diff line { lib , fetchFromGitLab , python3Packages , fetchFromGitHub , python3 , gobject-introspection , gtk3 , pango Loading @@ -15,7 +16,22 @@ , networkmanager }: python3Packages.buildPythonApplication rec { let python = python3.override { packageOverrides = self: super: { semver = super.semver.overridePythonAttrs (oldAttrs: rec { version = "2.13.0"; src = fetchFromGitHub { owner = "python-semver"; repo = "python-semver"; rev = "refs/tags/${version}"; hash = "sha256-IWTo/P9JRxBQlhtcH3JMJZZrwAA8EALF4dtHajWUc4w="; }; }); }; }; in python.pkgs.buildPythonApplication rec { pname = "sublime-music"; version = "0.11.16"; format = "pyproject"; Loading @@ -29,10 +45,11 @@ python3Packages.buildPythonApplication rec { nativeBuildInputs = [ gobject-introspection python3Packages.poetry-core python3Packages.pythonRelaxDepsHook wrapGAppsHook ]; ] ++ (with python.pkgs; [ poetry-core pythonRelaxDepsHook ]); # Can be removed in later versions (probably > 0.11.16) pythonRelaxDeps = [ Loading @@ -57,7 +74,7 @@ python3Packages.buildPythonApplication rec { ++ lib.optional networkSupport networkmanager ; propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = with python.pkgs; [ bleach dataclasses-json deepdiff Loading @@ -75,7 +92,7 @@ python3Packages.buildPythonApplication rec { ++ lib.optional serverSupport bottle ; nativeCheckInputs = with python3Packages; [ nativeCheckInputs = with python.pkgs; [ pytest ]; Loading Loading
pkgs/applications/audio/sublime-music/default.nix +24 −7 Original line number Diff line number Diff line { lib , fetchFromGitLab , python3Packages , fetchFromGitHub , python3 , gobject-introspection , gtk3 , pango Loading @@ -15,7 +16,22 @@ , networkmanager }: python3Packages.buildPythonApplication rec { let python = python3.override { packageOverrides = self: super: { semver = super.semver.overridePythonAttrs (oldAttrs: rec { version = "2.13.0"; src = fetchFromGitHub { owner = "python-semver"; repo = "python-semver"; rev = "refs/tags/${version}"; hash = "sha256-IWTo/P9JRxBQlhtcH3JMJZZrwAA8EALF4dtHajWUc4w="; }; }); }; }; in python.pkgs.buildPythonApplication rec { pname = "sublime-music"; version = "0.11.16"; format = "pyproject"; Loading @@ -29,10 +45,11 @@ python3Packages.buildPythonApplication rec { nativeBuildInputs = [ gobject-introspection python3Packages.poetry-core python3Packages.pythonRelaxDepsHook wrapGAppsHook ]; ] ++ (with python.pkgs; [ poetry-core pythonRelaxDepsHook ]); # Can be removed in later versions (probably > 0.11.16) pythonRelaxDeps = [ Loading @@ -57,7 +74,7 @@ python3Packages.buildPythonApplication rec { ++ lib.optional networkSupport networkmanager ; propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = with python.pkgs; [ bleach dataclasses-json deepdiff Loading @@ -75,7 +92,7 @@ python3Packages.buildPythonApplication rec { ++ lib.optional serverSupport bottle ; nativeCheckInputs = with python3Packages; [ nativeCheckInputs = with python.pkgs; [ pytest ]; Loading