about summary refs log tree commit diff
path: root/pkgs/development/compilers
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-09-03 03:23:26 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-09-03 03:24:25 +0300
commit1ed1ed210a096f2dea2a61f9e0952d812378548e (patch)
treeaf4354d2d30388afab288c5c24f524ae4e1a9b68 /pkgs/development/compilers
parent3949abee6501f41dda9d057810c458e33f38223b (diff)
downloadnixlib-1ed1ed210a096f2dea2a61f9e0952d812378548e.tar
nixlib-1ed1ed210a096f2dea2a61f9e0952d812378548e.tar.gz
nixlib-1ed1ed210a096f2dea2a61f9e0952d812378548e.tar.bz2
nixlib-1ed1ed210a096f2dea2a61f9e0952d812378548e.tar.lz
nixlib-1ed1ed210a096f2dea2a61f9e0952d812378548e.tar.xz
nixlib-1ed1ed210a096f2dea2a61f9e0952d812378548e.tar.zst
nixlib-1ed1ed210a096f2dea2a61f9e0952d812378548e.zip
terra: Broken on i686 (and Darwin)
Never built successfully:

http://hydra.nixos.org/build/39402139
http://hydra.nixos.org/build/39393534
Diffstat (limited to 'pkgs/development/compilers')
-rw-r--r--pkgs/development/compilers/terra/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/terra/default.nix b/pkgs/development/compilers/terra/default.nix
index f72dd4c99569..98795f96ffa5 100644
--- a/pkgs/development/compilers/terra/default.nix
+++ b/pkgs/development/compilers/terra/default.nix
@@ -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;
   };