mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: edk2-tools: Update to 202308.
* gnu/packages/firmware.scm (edk2-tools): Update to 202308. [arguments] <make-flags>: Add CC. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
c428246bcd
commit
713f959d49
1 changed files with 4 additions and 3 deletions
|
@ -796,7 +796,7 @@ after an operating system boots.")
|
||||||
(define-public edk2-tools
|
(define-public edk2-tools
|
||||||
(package
|
(package
|
||||||
(name "edk2-tools")
|
(name "edk2-tools")
|
||||||
(version "202211")
|
(version "202308")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -805,11 +805,12 @@ after an operating system boots.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1264542mm0mffjcmw5sw34h94n405swz5z56rw1ragp3j62144iy"))))
|
"19g3g94hayvcwmn6sjs6mghq0qf5nsd785k5j8szcrj2p0vjh54f"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:make-flags
|
(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"
|
#:test-target "Tests"
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue