mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
uthash: use checkInputs
This commit is contained in:
parent
c6b76a5e3f
commit
fffb55d929
@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user