about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJanik H. <janik@aq0.de>2024-01-17 00:05:23 +0100
committerJanik H. <janik@aq0.de>2024-01-17 00:11:46 +0100
commit92833041e3e47448f075fd00eea66240729a3377 (patch)
treec9d3ed9a926662484e2b46d5422e621a69de1220
parent0dc128c6fc4b0e222212bde385be05a030ee5c2f (diff)
octodns: remove wheel
-rw-r--r--pkgs/tools/networking/octodns/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/networking/octodns/default.nix b/pkgs/tools/networking/octodns/default.nix
index 21b554aaf063e..4eedbaa0deddd 100644
--- a/pkgs/tools/networking/octodns/default.nix
+++ b/pkgs/tools/networking/octodns/default.nix
@@ -3,7 +3,6 @@
 , fetchFromGitHub
 , pythonOlder
 , setuptools
-, wheel
 , pytestCheckHook
 , dnspython
 , fqdn
@@ -31,7 +30,6 @@ buildPythonPackage rec {
 
   nativeBuildInputs = [
     setuptools
-    wheel
   ];
 
   propagatedBuildInputs = [