diff --git a/pkgs/by-name/to/topcom/package.nix b/pkgs/by-name/to/topcom/package.nix index 38772035df8e..8d7b1030b099 100644 --- a/pkgs/by-name/to/topcom/package.nix +++ b/pkgs/by-name/to/topcom/package.nix @@ -79,5 +79,6 @@ stdenv.mkDerivation (finalAttrs: { homepage = "https://www.wm.uni-bayreuth.de/de/team/rambau_joerg/TOPCOM/index.html"; license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ coolcuber ]; + platforms = lib.platforms.unix; }; })