From bb27bc901c842a32d18bb1e6c9e5cf017381ebae Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Mon, 20 Apr 2026 13:47:06 +0200 Subject: gnu: Remove lkrg. * gnu/packages/linux.scm (lkrg): Delete variable. Fixes: guix/guix#7335 Change-Id: Id303e1bc80a5be8b2ec125a2ff07859d9be72f01 --- gnu/packages/linux.scm | 31 ------------------------------- 1 file changed, 31 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index bb66df3e51..0910e6c689 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2822,37 +2822,6 @@ registers of the @acronym{EC, Embedded Controller} supported by the @code{ec_sys} Linux driver.") (license license:gpl2))) -(define-public lkrg - (package - (name "lkrg") - (version "0.9.7") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/lkrg-org/lkrg") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "0k0z9caj48nqjwk3bapgfcdzi1lkizxcjj4r1dvkvwsk38mbk1c4")))) - (build-system linux-module-build-system) - (arguments - (list #:linux linux-libre - #:tests? #f - #:make-flags #~(list (string-append "CC=" - #$(cc-for-target)) - (string-append "SYSSRC=" - (assoc-ref %build-inputs - "linux-module-builder") - "/lib/modules/build")))) - (inputs (list bash-minimal)) - (home-page "https://lkrg.org/") - (synopsis "Linux Kernel Runtime Guard") - (description - "This package performs runtime integrity checking of the Linux kernel and -detection of security vulnerability exploits against the kernel.") - (license license:gpl2))) - (define-public bbswitch-module ;; Use "develop" branch since stable release does not build on Linux >= 5.6. ;; See https://github.com/Bumblebee-Project/bbswitch/issues/205. -- cgit v1.3