guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: linux: Remove unnecessary let clause in make


From: guix-commits
Subject: branch master updated: gnu: linux: Remove unnecessary let clause in make-linux-libre.
Date: Wed, 07 Sep 2022 08:52:12 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2183db8d2a gnu: linux: Remove unnecessary let clause in 
make-linux-libre.
2183db8d2a is described below

commit 2183db8d2ab773f41e4320367645880b06959bfc
Author: muradm <mail@muradm.net>
AuthorDate: Wed Sep 7 15:02:16 2022 +0300

    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>
---
 gnu/packages/linux.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index f4880f164c..ee6e592183 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]