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:
parent
dca0643b29
commit
5406e02594
@ -1,5 +1,7 @@
|
|||||||
{ stdenv, fetchurl, tcl, tk, libX11, libiconvOrLibc, which, yacc, flex, imake, xproto, gccmakedep }:
|
{ 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 {
|
stdenv.mkDerivation rec {
|
||||||
name = "tkgate-1.8.7";
|
name = "tkgate-1.8.7";
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
{ stdenv, fetchurl, tcl, tk, libX11, libiconvOrLibc }:
|
{ stdenv, fetchurl, tcl, tk, libX11, libiconvOrLibc }:
|
||||||
|
|
||||||
|
assert stdenv.system == "i686-linux" || stdenv.system == "x86_64-linux";
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "tkgate-2.0-b10";
|
name = "tkgate-2.0-b10";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user