mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
luajit: symlinked as 'lua'
This commit is contained in:
parent
5211ddb92e
commit
c899444c69
@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
|
||||
buildFlags = [ "amalg" ]; # Build highly optimized version
|
||||
installPhase = ''
|
||||
make install INSTALL_INC=$out/include PREFIX=$out
|
||||
ln -s $out/bin/luajit* $out/bin/lua
|
||||
ln -s $out/bin/luajit* $out/bin/luajit
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user