mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-03-14 05:45:15 +01:00
nongnu: fix "Unbound variable: %default-extra-linux-options".
* nongnu/packages/linux.scm (make-linux-xanmod): call `default-extra-linux-options` as procedure. In the guix repo, the 4114060cd0ca2188de525436ea56ecea22ab40a8 turned %default-extra-linux-options into a procedure. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
9446bf27a4
commit
1a7a7a2a6d
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ on hardware which requires nonfree software to function."))))
|
|||
(xanmod-defconfig "config_x86-64-v1"))
|
||||
|
||||
(define %default-extra-linux-options
|
||||
(@@ (gnu packages linux) %default-extra-linux-options))
|
||||
((@@ (gnu packages linux) default-extra-linux-options) version))
|
||||
|
||||
(define config->string
|
||||
(@@ (gnu packages linux) config->string))
|
||||
|
|
Loading…
Add table
Reference in a new issue