lol

uthash: use checkInputs

+1 -3
+1 -3
pkgs/development/libraries/uthash/default.nix
··· 13 14 dontBuild = false; 15 16 - buildInputs = stdenv.lib.optional doCheck perl; 17 - 18 doCheck = true; 19 checkTarget = "-C tests/"; 20 21 installPhase = '' ··· 30 platforms = platforms.all; 31 }; 32 } 33 -
··· 13 14 dontBuild = false; 15 16 doCheck = true; 17 + checkInputs = [ perl ]; 18 checkTarget = "-C tests/"; 19 20 installPhase = '' ··· 29 platforms = platforms.all; 30 }; 31 }