forked from mirrors/nixpkgs
pythonPackages.pid: fix build
This commit is contained in:
parent
423d3e4244
commit
7c92e0a40f
|
@ -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/;
|
||||
|
|
Loading…
Reference in a new issue