1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

neko: update check for darwin, do not strip ndll

This commit is contained in:
Orivej Desh 2017-12-21 01:47:36 +00:00
parent e19f22c55a
commit 2949447c82

View file

@ -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; {