neko: update check for darwin, do not strip ndll
This commit is contained in:
parent
e19f22c55a
commit
2949447c82
@ -20,11 +20,12 @@ stdenv.mkDerivation rec {
|
|||||||
pkgs.darwin.apple_sdk.frameworks.Carbon];
|
pkgs.darwin.apple_sdk.frameworks.Carbon];
|
||||||
cmakeFlags = [ "-DRUN_LDCONFIG=OFF" ];
|
cmakeFlags = [ "-DRUN_LDCONFIG=OFF" ];
|
||||||
|
|
||||||
checkPhase = ''
|
installCheckPhase = ''
|
||||||
bin/neko bin/test.n
|
bin/neko bin/test.n
|
||||||
'';
|
'';
|
||||||
|
|
||||||
doCheck = true;
|
doInstallCheck = true;
|
||||||
|
dontPatchELF = true;
|
||||||
dontStrip = true;
|
dontStrip = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user