me
/
guix
Archived
1
0
Fork 0

gnu: linux: Remove unnecessary let clause in make-linux-libre.

* gnu/packages/linux.scm (make-linux-libre*)[arguments]:
Remove unnecessary let clause in 'configure phase.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
master
muradm 2022-09-07 15:02:16 +03:00 committed by Mathieu Othacehe
parent a312c9d018
commit 2183db8d2a
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 2 deletions

View File

@ -852,8 +852,7 @@ for ARCH and optionally VARIANT, or #f if there is no such configuration."
#$(and extra-version
(string-append "-" extra-version)))
(let ((build (assoc-ref %standard-phases 'build))
(config (assoc-ref inputs "kconfig")))
(let ((config (assoc-ref inputs "kconfig")))
;; Use a custom kernel configuration file or a default
;; configuration file.