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
parent
a312c9d018
commit
2183db8d2a
|
@ -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.
|
||||
|
|
Reference in New Issue