Loading pkgs/by-name/kn/knightos-genkfs/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,11 @@ stdenv.mkDerivation rec { hardeningDisable = [ "format" ]; postPatch = '' substituteInPlace CMakeLists.txt \ --replace-fail "cmake_minimum_required(VERSION 2.8.5)" "cmake_minimum_required(VERSION 3.10)" ''; meta = with lib; { homepage = "https://knightos.org/"; description = "Utility to write a KFS filesystem into a ROM file"; Loading pkgs/by-name/kn/knightos-kcc/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,11 @@ stdenv.mkDerivation rec { buildInputs = [ boost ]; postPatch = '' substituteInPlace CMakeLists.txt \ --replace-fail "cmake_minimum_required(VERSION 2.8.5)" "cmake_minimum_required(VERSION 3.10)" ''; meta = with lib; { homepage = "https://github.com/KnightOS/kcc"; description = "KnightOS C compiler"; Loading pkgs/by-name/kn/knightos-kimg/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,11 @@ stdenv.mkDerivation rec { hardeningDisable = [ "format" ]; postPatch = '' substituteInPlace CMakeLists.txt \ --replace-fail "cmake_minimum_required(VERSION 2.8.5)" "cmake_minimum_required(VERSION 3.10)" ''; meta = with lib; { homepage = "https://knightos.org/"; description = "Converts image formats supported by stb_image to the KnightOS image format"; Loading pkgs/by-name/kn/knightos-kpack/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,11 @@ stdenv.mkDerivation rec { hardeningDisable = [ "fortify" ]; postPatch = '' substituteInPlace CMakeLists.txt \ --replace-fail "cmake_minimum_required(VERSION 2.8.5)" "cmake_minimum_required(VERSION 3.10)" ''; meta = with lib; { homepage = "https://knightos.org/"; description = "Tool to create or extract KnightOS packages"; Loading pkgs/by-name/kn/knightos-mktiupgrade/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,11 @@ stdenv.mkDerivation rec { hardeningDisable = [ "format" ]; postPatch = '' substituteInPlace CMakeLists.txt \ --replace-fail "cmake_minimum_required(VERSION 2.8.5)" "cmake_minimum_required(VERSION 3.10)" ''; meta = with lib; { homepage = "https://knightos.org/"; description = "Makes TI calculator upgrade files from ROM dumps"; Loading Loading
pkgs/by-name/kn/knightos-genkfs/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,11 @@ stdenv.mkDerivation rec { hardeningDisable = [ "format" ]; postPatch = '' substituteInPlace CMakeLists.txt \ --replace-fail "cmake_minimum_required(VERSION 2.8.5)" "cmake_minimum_required(VERSION 3.10)" ''; meta = with lib; { homepage = "https://knightos.org/"; description = "Utility to write a KFS filesystem into a ROM file"; Loading
pkgs/by-name/kn/knightos-kcc/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,11 @@ stdenv.mkDerivation rec { buildInputs = [ boost ]; postPatch = '' substituteInPlace CMakeLists.txt \ --replace-fail "cmake_minimum_required(VERSION 2.8.5)" "cmake_minimum_required(VERSION 3.10)" ''; meta = with lib; { homepage = "https://github.com/KnightOS/kcc"; description = "KnightOS C compiler"; Loading
pkgs/by-name/kn/knightos-kimg/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,11 @@ stdenv.mkDerivation rec { hardeningDisable = [ "format" ]; postPatch = '' substituteInPlace CMakeLists.txt \ --replace-fail "cmake_minimum_required(VERSION 2.8.5)" "cmake_minimum_required(VERSION 3.10)" ''; meta = with lib; { homepage = "https://knightos.org/"; description = "Converts image formats supported by stb_image to the KnightOS image format"; Loading
pkgs/by-name/kn/knightos-kpack/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,11 @@ stdenv.mkDerivation rec { hardeningDisable = [ "fortify" ]; postPatch = '' substituteInPlace CMakeLists.txt \ --replace-fail "cmake_minimum_required(VERSION 2.8.5)" "cmake_minimum_required(VERSION 3.10)" ''; meta = with lib; { homepage = "https://knightos.org/"; description = "Tool to create or extract KnightOS packages"; Loading
pkgs/by-name/kn/knightos-mktiupgrade/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,11 @@ stdenv.mkDerivation rec { hardeningDisable = [ "format" ]; postPatch = '' substituteInPlace CMakeLists.txt \ --replace-fail "cmake_minimum_required(VERSION 2.8.5)" "cmake_minimum_required(VERSION 3.10)" ''; meta = with lib; { homepage = "https://knightos.org/"; description = "Makes TI calculator upgrade files from ROM dumps"; Loading