fixup! Remove doCheck from pylightning package

This commit is contained in:
Jonas Nick 2019-07-26 14:04:48 +00:00
parent 22fcd47fe5
commit 5a6242c1f3
No known key found for this signature in database
GPG Key ID: 4861DBF262123605

View File

@ -8,6 +8,4 @@ buildPythonPackage rec {
inherit pname version;
sha256 = "0anbixqsfk0dsm790yy21f403lwgalxaqlm1s101ifppmxqccgpi";
};
doCheck = false;
}