about summary refs log tree commit diff
path: root/pkgs/applications/misc/yubioath-flutter/helper.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/yubioath-flutter/helper.nix')
-rw-r--r--pkgs/applications/misc/yubioath-flutter/helper.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/misc/yubioath-flutter/helper.nix b/pkgs/applications/misc/yubioath-flutter/helper.nix
index 2fe6bd7904d7e..378981ae84107 100644
--- a/pkgs/applications/misc/yubioath-flutter/helper.nix
+++ b/pkgs/applications/misc/yubioath-flutter/helper.nix
@@ -4,7 +4,6 @@
 , zxing-cpp
 , pillow
 , poetry-core
-, pythonRelaxDepsHook
 
 , src
 , version
@@ -21,7 +20,6 @@ buildPythonApplication {
 
   nativeBuildInputs = [
     poetry-core
-    pythonRelaxDepsHook
   ];
 
   pythonRelaxDeps = true;