uthash: use checkInputs

This commit is contained in:
Jan Malakhovski 2018-08-08 19:03:45 +00:00
parent c6b76a5e3f
commit fffb55d929

View file

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