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>
This commit is contained in:
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

View file

@ -852,8 +852,7 @@ (define* (make-linux-libre* version gnu-revision source supported-systems
#$(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.