1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 23:20:55 +00:00

luaPackages.luacheck: skip buildPhase

This commit is contained in:
xd1le 2017-10-09 23:29:56 +11:00
parent 152d294479
commit b584c46623

View file

@ -86,6 +86,9 @@ let
propagatedBuildInputs = [ lua ];
# No Makefile.
dontBuild = true;
installPhase = ''
${lua}/bin/lua install.lua $out
'';