about summary refs log tree commit diff
path: root/pkgs/by-name/cu/cups-printers/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/cu/cups-printers/package.nix')
-rw-r--r--pkgs/by-name/cu/cups-printers/package.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/by-name/cu/cups-printers/package.nix b/pkgs/by-name/cu/cups-printers/package.nix
index 50af156ff668d..7b0cf99298a87 100644
--- a/pkgs/by-name/cu/cups-printers/package.nix
+++ b/pkgs/by-name/cu/cups-printers/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;
@@ -31,8 +30,7 @@ python3.pkgs.buildPythonApplication rec {
       pycups
       typer
       validators
-    ]
-    ++ typer.optional-dependencies.all;
+    ];
 
   # Project has no tests
   doCheck = false;