diff options
author | lassulus <git@lassul.us> | 2023-09-03 12:37:42 +0200 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-09-03 12:37:42 +0200 |
commit | 654c596efd4f57687583532dc1531868d314a644 (patch) | |
tree | 35689028a446c3c9142c1ddb9b7c7288bc65ef95 /krebs | |
parent | bbe4e5652118609aefb8833440b61224f6d8e0b1 (diff) |
ovh-zone: remove broken d2to1
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/5pkgs/simple/ovh-zone/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/krebs/5pkgs/simple/ovh-zone/default.nix b/krebs/5pkgs/simple/ovh-zone/default.nix index 051a14e8d..bc0e45cb9 100644 --- a/krebs/5pkgs/simple/ovh-zone/default.nix +++ b/krebs/5pkgs/simple/ovh-zone/default.nix @@ -9,7 +9,6 @@ python3Packages.buildPythonPackage rec { name = "ovh-zone-${version}"; version = "0.4.4"; propagatedBuildInputs = with pkgs.python3Packages;[ - d2to1 # for setup to work ovh docopt ]; |