knightos: add platforms
This commit is contained in:
@@ -21,5 +21,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "KnightOS C compiler";
|
description = "KnightOS C compiler";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ siraben ];
|
maintainers = with maintainers; [ siraben ];
|
||||||
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Converts image formats supported by ImageMagick to the KnightOS image format";
|
description = "Converts image formats supported by ImageMagick to the KnightOS image format";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ siraben ];
|
maintainers = with maintainers; [ siraben ];
|
||||||
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A tool to create or extract KnightOS packages";
|
description = "A tool to create or extract KnightOS packages";
|
||||||
license = licenses.lgpl2Only;
|
license = licenses.lgpl2Only;
|
||||||
maintainers = with maintainers; [ siraben ];
|
maintainers = with maintainers; [ siraben ];
|
||||||
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Patches jumptables into TI calculator ROM files and generates an include file";
|
description = "Patches jumptables into TI calculator ROM files and generates an include file";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ siraben ];
|
maintainers = with maintainers; [ siraben ];
|
||||||
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user