Fabric: use python3
This commit is contained in:
@@ -3433,7 +3433,7 @@ in
|
|||||||
|
|
||||||
f2fs-tools = callPackage ../tools/filesystems/f2fs-tools { };
|
f2fs-tools = callPackage ../tools/filesystems/f2fs-tools { };
|
||||||
|
|
||||||
Fabric = python2Packages.Fabric;
|
Fabric = with python3Packages; toPythonApplication Fabric;
|
||||||
|
|
||||||
fail2ban = callPackage ../tools/security/fail2ban { };
|
fail2ban = callPackage ../tools/security/fail2ban { };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user