tkgate: update meta.platforms settings for the new logic
This commit is contained in:
parent
3c08cdce48
commit
34a1db9202
2 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue