pythonPackages.pid: fix build

This commit is contained in:
Frederik Rietdijk
2016-03-31 21:51:45 +02:00
parent 423d3e4244
commit 7c92e0a40f
+5
View File
@@ -20042,6 +20042,11 @@ in modules // {
sha256 = "0cylj8p25nwkdfgy4pzai21wyzmrxdqlwwbzqag9gb5qcjfdwk05";
};
buildInputs = with self; [ nose ];
# No tests included
doCheck = false;
meta = {
description = "Pidfile featuring stale detection and file-locking";
homepage = https://github.com/trbs/pid/;