mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-02 02:14:59 +00:00
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:
parent
bca7b7f6ed
commit
e8b51099ac
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue