From e8b51099acf243adf6978ae5d661dfb3c5dcc5ac Mon Sep 17 00:00:00 2001 From: John Kehayias Date: Mon, 1 Sep 2025 11:24:02 -0400 Subject: nongnu: corrupt-linux: Support modconfig option. This option was added in Guix in commit . * nongnu/packages/linux.scm (corrupt-linux): Add and use the modconfig keyword argument. --- nongnu/packages/linux.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'nongnu') diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index c0c59c9..904a48b 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -112,7 +112,8 @@ some freedo package or an output of package-version procedure." (name "linux") (configs "") (defconfig "nonguix_defconfig") - (get-extra-configs nonguix-extra-linux-options)) + (get-extra-configs nonguix-extra-linux-options) + modconfig) ;; TODO: This very directly depends on guix internals. ;; Throw it all out when we manage kernel hashes. @@ -168,7 +169,8 @@ some freedo package or an output of package-version procedure." (uri url) (hash hash)) #:configs configs - #:defconfig defconfig)) + #:defconfig defconfig + #:modconfig modconfig)) (home-page "https://www.kernel.org/") (synopsis "Linux kernel with nonfree binary blobs included") (description -- cgit v1.2.3