about summary refs log tree commit diff
path: root/pkgs/by-name/vu/vunnel/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/vu/vunnel/package.nix')
-rw-r--r--pkgs/by-name/vu/vunnel/package.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/by-name/vu/vunnel/package.nix b/pkgs/by-name/vu/vunnel/package.nix
index 9ca3f5d42c334..53df74f8533c7 100644
--- a/pkgs/by-name/vu/vunnel/package.nix
+++ b/pkgs/by-name/vu/vunnel/package.nix
@@ -22,7 +22,6 @@ python3.pkgs.buildPythonApplication rec {
     "sqlalchemy"
   ];
 
-  nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ];
 
   build-system = with python3.pkgs; [
     poetry-core