terra: Broken on i686 (and Darwin)

Never built successfully:

http://hydra.nixos.org/build/39402139
http://hydra.nixos.org/build/39393534
This commit is contained in:
Tuomas Tynkkynen 2016-09-03 03:23:26 +03:00
parent 3949abee65
commit 1ed1ed210a
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
inherit (src.meta) homepage;
description = "A low-level counterpart to Lua";
platforms = platforms.unix;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ jb55 ];
license = licenses.mit;
};