mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 08:59:42 +00:00
luaPackages.luacheck: skip buildPhase
This commit is contained in:
parent
152d294479
commit
b584c46623
|
@ -86,6 +86,9 @@ let
|
||||||
|
|
||||||
propagatedBuildInputs = [ lua ];
|
propagatedBuildInputs = [ lua ];
|
||||||
|
|
||||||
|
# No Makefile.
|
||||||
|
dontBuild = true;
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
${lua}/bin/lua install.lua $out
|
${lua}/bin/lua install.lua $out
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue