all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#57642: [PATCH] gnu: linux: Fix unnecessary let clause in make-linux-libre.
@ 2022-09-07 12:02 muradm
  2022-09-07 12:53 ` Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: muradm @ 2022-09-07 12:02 UTC (permalink / raw)
  To: 57642

* gnu/packages/linux.scm (make-linux-libre*)[arguments]:
Remove unnecessary let clause in 'configure phase.
---
 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 @@ (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.
-- 
2.37.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57642: [PATCH] gnu: linux: Fix unnecessary let clause in make-linux-libre.
  2022-09-07 12:02 bug#57642: [PATCH] gnu: linux: Fix unnecessary let clause in make-linux-libre muradm
@ 2022-09-07 12:53 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-09-07 12:53 UTC (permalink / raw)
  To: muradm; +Cc: 57642-done


Hey,

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

You should send such patches to "guix-patches@gnu.org" instead as it is
not a bug report nor correction. Pushed as 2183db8d2 :).

Thanks,

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-07 12:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-07 12:02 bug#57642: [PATCH] gnu: linux: Fix unnecessary let clause in make-linux-libre muradm
2022-09-07 12:53 ` Mathieu Othacehe

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.