mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
luajit: fix evaluation on Darwin
This commit is contained in:
parent
c0c2be83a3
commit
cd5e923f55
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
'' + stdenv.lib.optionalString (stdenv.cc.libc != null)
|
||||
''
|
||||
substituteInPlace Makefile \
|
||||
--replace ldconfig ${stdenv.cc.libc.bin}/bin/ldconfig
|
||||
--replace ldconfig ${stdenv.cc.libc.bin or stdenv.cc.libc}/bin/ldconfig
|
||||
'';
|
||||
|
||||
configurePhase = false;
|
||||
|
Loading…
Reference in New Issue
Block a user