liburcu: use checkInputs

This commit is contained in:
Jan Malakhovski 2018-08-08 18:54:41 +00:00
parent bcbf5f1842
commit 2bb678b3f4

View File

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "01pbg67qy5hcssy2yi0ckqapzfclgdq93li2rmzw4pa3wh5j42cw";
};
nativeBuildInputs = stdenv.lib.optional doCheck perl;
checkInputs = [ perl ];
preCheck = "patchShebangs tests/unit";
doCheck = true;