tkgate: update meta.platforms settings for the new logic

This commit is contained in:
Peter Simons 2014-04-26 15:54:40 +02:00
parent 3c08cdce48
commit 34a1db9202
2 changed files with 1 additions and 3 deletions

View file

@ -33,6 +33,6 @@ stdenv.mkDerivation rec {
homepage = "http://www.tkgate.org/";
license = "GPLv2+";
maintainers = [ stdenv.lib.maintainers.simons ];
platforms = stdenv.lib.platforms.linux;
hydraPlatforms = stdenv.lib.platforms.linux;
};
}

View file

@ -27,8 +27,6 @@ stdenv.mkDerivation rec {
description = "Event driven digital circuit simulator with a TCL/TK-based graphical editor";
homepage = "http://www.tkgate.org/";
license = "GPLv2+";
maintainers = [ stdenv.lib.maintainers.simons ];
platforms = stdenv.lib.platforms.linux;
broken = true;
};
}