about summary refs log tree commit diff
path: root/pkgs/tools/misc/barman
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-12-28 01:56:45 +0100
committerRobert Schütz <nix@dotlambda.de>2021-12-28 09:36:48 +0000
commit957f1f72439dc987afb4c76358a93aaa1094fd04 (patch)
tree6b06ccdbe20d8d56d45fd9b57eb37d75e3b3d8f2 /pkgs/tools/misc/barman
parentc3928d527cc4927e24430a495a803666e74055a7 (diff)
barman: drop argh dependency
It is not required anymore and breaks the package with argh being
broken.
Diffstat (limited to 'pkgs/tools/misc/barman')
-rw-r--r--pkgs/tools/misc/barman/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/misc/barman/default.nix b/pkgs/tools/misc/barman/default.nix
index c9a561c8729f0..699a38f3a879e 100644
--- a/pkgs/tools/misc/barman/default.nix
+++ b/pkgs/tools/misc/barman/default.nix
@@ -20,7 +20,6 @@ python3Packages.buildPythonApplication rec {
 
   propagatedBuildInputs = with python3Packages; [
     argcomplete
-    argh
     azure-identity
     azure-storage-blob
     boto3