all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: 65647@debbugs.gnu.org, maxim.cournoyer@gmail.com
Cc: Efraim Flashner <efraim@flashner.co.il>,
	Vagrant Cascadian <vagrant@debian.org>
Subject: [bug#65647] [PATCH 3/3] gnu: edk2-tools: Update to 202308.
Date: Thu, 31 Aug 2023 00:45:28 -0400	[thread overview]
Message-ID: <077b5c99bcb352267cb9750c0053834d4dcc34c2.1693457128.git.maxim.cournoyer@gmail.com> (raw)
In-Reply-To: <9e32eeeef4dbc36eb02098925f7567b4cce50363.1693457127.git.maxim.cournoyer@gmail.com>

* gnu/packages/firmware.scm (edk2-tools): Update to 202308.
[arguments] <make-flags>: Add CC.
---
 gnu/packages/firmware.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index 2e2c4af796..94ec5e71a1 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -800,7 +800,7 @@ (define-public sgabios
 (define-public edk2-tools
   (package
     (name "edk2-tools")
-    (version "202211")
+    (version "202308")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -809,11 +809,12 @@ (define-public edk2-tools
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1264542mm0mffjcmw5sw34h94n405swz5z56rw1ragp3j62144iy"))))
+                "19g3g94hayvcwmn6sjs6mghq0qf5nsd785k5j8szcrj2p0vjh54f"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags
-           #~(list (string-append "BUILD_CC=" #$(cc-for-target)))
+           #~(list (string-append "BUILD_CC=" #$(cc-for-target))
+                   (string-append "CC=" #$(cc-for-target)))
            #:test-target "Tests"
            #:phases
            #~(modify-phases %standard-phases
-- 
2.41.0





  parent reply	other threads:[~2023-08-31  4:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-31  4:45 [bug#65645] [PATCH 1/3] gnu: qemu: Update to 7.2.4 Maxim Cournoyer
2023-08-31  4:45 ` [bug#65646] [PATCH 2/3] gnu: aalib: Really build the shared library on powerpc64le-linux Maxim Cournoyer
2023-08-31  4:45 ` Maxim Cournoyer [this message]
2023-08-31 14:00 ` [bug#65645] [PATCH 1/3] gnu: qemu: Update to 7.2.4 André Batista
2023-09-01  2:59   ` Maxim Cournoyer
2023-09-02 19:03 ` [bug#65645] [PATCH] gnu: qemu: Update to 8.1.0 Kaelyn via Guix-patches via
2023-09-06  4:00   ` Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=077b5c99bcb352267cb9750c0053834d4dcc34c2.1693457128.git.maxim.cournoyer@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=65647@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    --cc=vagrant@debian.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.