diff options
author | Martin Weinelt | 2024-06-14 13:47:34 +0200 |
---|---|---|
committer | Martin Weinelt | 2024-06-14 14:52:00 +0200 |
commit | abdf5dc772759bcef53effd5f05955b4a3ac0fd8 (patch) | |
tree | 542d02ee2afa414657d2ada28471dfd947a3edcb /pkgs/by-name/au | |
parent | 58ca0215997f192f00ad7bff9607503fedcb7f0c (diff) |
treewide: remove pythonRelaxDepsHook references
It is is now provided automatically, when `pythonRelaxDeps` or `pythonRemoveDeps` is defined through `mk-python-derivation`.
Diffstat (limited to 'pkgs/by-name/au')
-rw-r--r-- | pkgs/by-name/au/audible-cli/package.nix | 1 | ||||
-rw-r--r-- | pkgs/by-name/au/audiness/package.nix | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/by-name/au/audible-cli/package.nix b/pkgs/by-name/au/audible-cli/package.nix index e9ee1bda75cd..b0026fef4641 100644 --- a/pkgs/by-name/au/audible-cli/package.nix +++ b/pkgs/by-name/au/audible-cli/package.nix @@ -13,7 +13,6 @@ python3Packages.buildPythonApplication rec { }; nativeBuildInputs = with python3Packages; [ - pythonRelaxDepsHook setuptools ] ++ [ installShellFiles diff --git a/pkgs/by-name/au/audiness/package.nix b/pkgs/by-name/au/audiness/package.nix index f1f64afb3140..8ad9d6397341 100644 --- a/pkgs/by-name/au/audiness/package.nix +++ b/pkgs/by-name/au/audiness/package.nix @@ -23,7 +23,6 @@ python3.pkgs.buildPythonApplication rec { build-system = with python3.pkgs; [ poetry-core ]; - nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ]; dependencies = with python3.pkgs; |