neko: enable check phase
This commit is contained in:
parent
58e4f8a14b
commit
ecd0e11851
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user