nongnu: corrupt-linux: Support modconfig option.

This option was added in Guix in commit <3269a30987>.

* nongnu/packages/linux.scm (corrupt-linux): Add and use the modconfig keyword
argument.
This commit is contained in:
John Kehayias 2025-09-01 11:24:02 -04:00
parent bca7b7f6ed
commit e8b51099ac
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -112,7 +112,8 @@ some freedo package or an output of package-version procedure."
(name "linux") (name "linux")
(configs "") (configs "")
(defconfig "nonguix_defconfig") (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. ;; TODO: This very directly depends on guix internals.
;; Throw it all out when we manage kernel hashes. ;; 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) (uri url)
(hash hash)) (hash hash))
#:configs configs #:configs configs
#:defconfig defconfig)) #:defconfig defconfig
#:modconfig modconfig))
(home-page "https://www.kernel.org/") (home-page "https://www.kernel.org/")
(synopsis "Linux kernel with nonfree binary blobs included") (synopsis "Linux kernel with nonfree binary blobs included")
(description (description