mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-10 01:37:01 +00:00
luaPackages.luacheck: skip buildPhase
This commit is contained in:
parent
152d294479
commit
b584c46623
1 changed files with 3 additions and 0 deletions
|
@ -86,6 +86,9 @@ let
|
|||
|
||||
propagatedBuildInputs = [ lua ];
|
||||
|
||||
# No Makefile.
|
||||
dontBuild = true;
|
||||
|
||||
installPhase = ''
|
||||
${lua}/bin/lua install.lua $out
|
||||
'';
|
||||
|
|
Loading…
Add table
Reference in a new issue