mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
luajit: symlink missing lua.hpp
This commit is contained in:
parent
946ae87414
commit
b00c65103d
1 changed files with 1 additions and 3 deletions
|
@ -62,9 +62,7 @@ rec {
|
|||
|
||||
installPhase = ''
|
||||
make install PREFIX="$out"
|
||||
for file in "$out"/include/luajit-*/*.h; do
|
||||
ln -s $file "$out"/include/.
|
||||
done
|
||||
( cd "$out/include"; ln -s luajit-*/* . )
|
||||
ln -s "$out"/bin/luajit-* "$out"/bin/lua
|
||||
''
|
||||
+ stdenv.lib.optionalString (!isStable)
|
||||
|
|
Loading…
Reference in a new issue