Fabric: add license
This commit is contained in:
parent
8c43a3e828
commit
09bdc30afb
@ -2442,6 +2442,11 @@ in {
|
||||
doCheck = (!isPyPy); # https://github.com/fabric/fabric/issues/11891
|
||||
propagatedBuildInputs = with self; [ paramiko pycrypto ];
|
||||
buildInputs = with self; [ fudge_9 nose ];
|
||||
meta = {
|
||||
description = "Pythonic remote execution";
|
||||
homepage = https://www.fabfile.org/;
|
||||
license = licenses.bsd2;
|
||||
};
|
||||
};
|
||||
|
||||
faulthandler = if ! isPy3k
|
||||
|
Loading…
Reference in New Issue
Block a user