neko: enable check phase

This commit is contained in:
Orivej Desh 2017-12-03 10:30:08 +00:00
parent 58e4f8a14b
commit ecd0e11851

View File

@ -50,6 +50,7 @@ stdenv.mkDerivation rec {
bin/neko bin/test.n bin/neko bin/test.n
''; '';
doCheck = true;
dontStrip = true; dontStrip = true;
meta = with stdenv.lib; { meta = with stdenv.lib; {
@ -60,4 +61,3 @@ stdenv.mkDerivation rec {
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
}; };
} }