Skip to content

Commit

Permalink
Merge pull request #104089 from enolan/fix-duplicity-s3-deps
Browse files Browse the repository at this point in the history
duplicity: add missing deps for S3
  • Loading branch information
peti committed Jan 4, 2021
2 parents 174267e + 9c54156 commit 4a55ebe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/backup/duplicity/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ pythonPackages.buildPythonApplication rec {
propagatedBuildInputs = with pythonPackages; [
b2sdk
boto
boto3
cffi
cryptography
ecdsa
Expand Down

0 comments on commit 4a55ebe

Please sign in to comment.