pythonPackages.pid: fix build

This commit is contained in:
Frederik Rietdijk 2016-03-31 17:56:14 +02:00
parent 423d3e4244
commit 7c92e0a40f

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/;