topcom: added meta.platforms

This commit is contained in:
coolcuber
2026-05-21 11:04:49 -04:00
parent 9eb670c7ae
commit 0d2135b479
+1
View File
@@ -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;
};
})