knightos: add platforms

gstqt5
Ben Siraphob 2020-10-17 13:08:55 +07:00 committed by Jon
parent c6218f2172
commit 3ed43eaade
4 changed files with 4 additions and 0 deletions

View File

@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
description = "KnightOS C compiler";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ siraben ];
platforms = platforms.unix;
};
}

View File

@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
description = "Converts image formats supported by ImageMagick to the KnightOS image format";
license = licenses.mit;
maintainers = with maintainers; [ siraben ];
platforms = platforms.unix;
};
}

View File

@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
description = "A tool to create or extract KnightOS packages";
license = licenses.lgpl2Only;
maintainers = with maintainers; [ siraben ];
platforms = platforms.unix;
};
}

View File

@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
description = "Patches jumptables into TI calculator ROM files and generates an include file";
license = licenses.mit;
maintainers = with maintainers; [ siraben ];
platforms = platforms.unix;
};
}