uthash: use checkInputs
This commit is contained in:
parent
c6b76a5e3f
commit
fffb55d929
|
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue