mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
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];
|
||||
cmakeFlags = [ "-DRUN_LDCONFIG=OFF" ];
|
||||
|
||||
checkPhase = ''
|
||||
installCheckPhase = ''
|
||||
bin/neko bin/test.n
|
||||
'';
|
||||
|
||||
doCheck = true;
|
||||
doInstallCheck = true;
|
||||
dontPatchELF = true;
|
||||
dontStrip = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user