Fabric: add license

This commit is contained in:
Jörg Thalheim 2018-08-19 09:10:37 +01:00
parent 8c43a3e828
commit 09bdc30afb

View File

@ -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