Fabric: use python3

This commit is contained in:
Jonathan Ringer 2020-08-16 19:37:58 -07:00
parent c6c14b114d
commit 21f7be755b
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -3433,7 +3433,7 @@ in
f2fs-tools = callPackage ../tools/filesystems/f2fs-tools { };
Fabric = python2Packages.Fabric;
Fabric = with python3Packages; toPythonApplication Fabric;
fail2ban = callPackage ../tools/security/fail2ban { };