about summary refs log tree commit diff
path: root/pkgs/by-name/wt
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-06-14 13:47:34 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-06-14 14:52:00 +0200
commitabdf5dc772759bcef53effd5f05955b4a3ac0fd8 (patch)
tree542d02ee2afa414657d2ada28471dfd947a3edcb /pkgs/by-name/wt
parent58ca0215997f192f00ad7bff9607503fedcb7f0c (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/wt')
-rw-r--r--pkgs/by-name/wt/wtfis/package.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/by-name/wt/wtfis/package.nix b/pkgs/by-name/wt/wtfis/package.nix
index ad710bf8f2291..3d8e97ea80f0d 100644
--- a/pkgs/by-name/wt/wtfis/package.nix
+++ b/pkgs/by-name/wt/wtfis/package.nix
@@ -17,10 +17,6 @@ in python3.pkgs.buildPythonApplication {
 
   format = "pyproject";
 
-  nativeBuildInputs = [
-    python3.pkgs.pythonRelaxDepsHook
-  ];
-
   propagatedBuildInputs = [
     python3.pkgs.hatchling
     python3.pkgs.pydantic