about summary refs log tree commit diff
path: root/pkgs/by-name/au/audiness/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/au/audiness/package.nix')
-rw-r--r--pkgs/by-name/au/audiness/package.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/by-name/au/audiness/package.nix b/pkgs/by-name/au/audiness/package.nix
index f1f64afb3140f..d7cff9d14e4bd 100644
--- a/pkgs/by-name/au/audiness/package.nix
+++ b/pkgs/by-name/au/audiness/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 {
       pytenable
       typer
       validators
-    ]
-    ++ typer.optional-dependencies.all;
+    ];
 
   pythonImportsCheck = [ "audiness" ];