about summary refs log tree commit diff
path: root/pkgs/tools/security/netexec/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/netexec/default.nix')
-rw-r--r--pkgs/tools/security/netexec/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/netexec/default.nix b/pkgs/tools/security/netexec/default.nix
index 625cd39742521..33447f98516e5 100644
--- a/pkgs/tools/security/netexec/default.nix
+++ b/pkgs/tools/security/netexec/default.nix
@@ -5,6 +5,7 @@
 }:
 let
   python = python3.override {
+    self = python;
     packageOverrides = self: super: {
       impacket = super.impacket.overridePythonAttrs {
         version = "0.12.0.dev1-unstable-2023-11-30";
@@ -48,7 +49,6 @@ python.pkgs.buildPythonApplication rec {
 
   nativeBuildInputs = with python.pkgs; [
     poetry-core
-    pythonRelaxDepsHook
   ];
 
   propagatedBuildInputs = with python.pkgs; [