Loading pkgs/os-specific/linux/lkrg/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -43,13 +43,13 @@ stdenv.mkDerivation (finalAttrs: { runHook postInstall ''; meta = with lib; { meta = { description = "LKRG Linux Kernel module"; longDescription = "LKRG performs runtime integrity checking of the Linux kernel and detection of security vulnerability exploits against the kernel."; homepage = "https://lkrg.org/"; license = licenses.gpl2Only; maintainers = with maintainers; [ chivay ]; platforms = platforms.linux; license = lib.licenses.gpl2Only; maintainers = with lib.maintainers; [ chivay ]; platforms = lib.platforms.linux; broken = kernel.kernelOlder "5.10" || isKernelRT; }; }) Loading
pkgs/os-specific/linux/lkrg/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -43,13 +43,13 @@ stdenv.mkDerivation (finalAttrs: { runHook postInstall ''; meta = with lib; { meta = { description = "LKRG Linux Kernel module"; longDescription = "LKRG performs runtime integrity checking of the Linux kernel and detection of security vulnerability exploits against the kernel."; homepage = "https://lkrg.org/"; license = licenses.gpl2Only; maintainers = with maintainers; [ chivay ]; platforms = platforms.linux; license = lib.licenses.gpl2Only; maintainers = with lib.maintainers; [ chivay ]; platforms = lib.platforms.linux; broken = kernel.kernelOlder "5.10" || isKernelRT; }; })