mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-23 22:23:15 +00:00
Fabric: use python3
This commit is contained in:
parent
c6c14b114d
commit
21f7be755b
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user