Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

knightos platforms #100804

Merged
merged 1 commit into from Oct 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions pkgs/development/tools/knightos/kcc/default.nix
Expand Up @@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
description = "KnightOS C compiler";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ siraben ];
platforms = platforms.unix;
};
}
1 change: 1 addition & 0 deletions pkgs/development/tools/knightos/kimg/default.nix
Expand Up @@ -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;
};
}
1 change: 1 addition & 0 deletions pkgs/development/tools/knightos/kpack/default.nix
Expand Up @@ -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;
};
}
1 change: 1 addition & 0 deletions pkgs/development/tools/knightos/patchrom/default.nix
Expand Up @@ -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;
};
}