tkgate: limit to i686-linux and x86_64-linux to fix channel build

powerpc-linux seems to have a problem
http://hydra.nixos.org/build/3315312
This commit is contained in:
Mathijs Kwik 2012-11-11 14:12:42 +01:00
parent dca0643b29
commit 5406e02594
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
{ stdenv, fetchurl, tcl, tk, libX11, libiconvOrLibc, which, yacc, flex, imake, xproto, gccmakedep }:
assert stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux";
stdenv.mkDerivation rec {
name = "tkgate-1.8.7";

View File

@ -1,5 +1,7 @@
{ stdenv, fetchurl, tcl, tk, libX11, libiconvOrLibc }:
assert stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux";
stdenv.mkDerivation rec {
name = "tkgate-2.0-b10";