lol

uthash: use checkInputs

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