luajit_2_0: fix the platforms/extraMeta

This commit is contained in:
Vladimír Čunát
2019-10-13 14:07:01 +02:00
parent d2b209d623
commit 9e0f698a49
2 changed files with 5 additions and 4 deletions
@@ -62,12 +62,12 @@ stdenv.mkDerivation rec {
interpreter = "${self}/bin/lua";
};
meta = with stdenv.lib; extraMeta // {
meta = with stdenv.lib; {
description = "High-performance JIT compiler for Lua 5.1";
homepage = http://luajit.org;
license = licenses.mit;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ thoughtpolice smironov vcunat andir ];
};
} // extraMeta;
}