uthash: use checkInputs

This commit is contained in:
Jan Malakhovski 2018-08-08 19:03:45 +00:00
parent c6b76a5e3f
commit fffb55d929
1 changed files with 1 additions and 3 deletions

View File

@ -13,9 +13,8 @@ stdenv.mkDerivation rec {
dontBuild = false; dontBuild = false;
buildInputs = stdenv.lib.optional doCheck perl;
doCheck = true; doCheck = true;
checkInputs = [ perl ];
checkTarget = "-C tests/"; checkTarget = "-C tests/";
installPhase = '' installPhase = ''
@ -30,4 +29,3 @@ stdenv.mkDerivation rec {
platforms = platforms.all; platforms = platforms.all;
}; };
} }