mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: mesa: Update to 24.3.1.
* gnu/packages/gl.scm (mesa): Update to 24.3.1. [arguments]: Add 'set-home-directory phase (build tries to use a shader cache, though this without it won't fail to build). Change-Id: I1fd7d1fe20109ccdd7386a82ecf7d415999c262a
This commit is contained in:
parent
b776730432
commit
e11df98795
1 changed files with 5 additions and 2 deletions
|
@ -303,7 +303,7 @@ also known as DXTn or DXTC) for Mesa.")
|
||||||
(define-public mesa
|
(define-public mesa
|
||||||
(package
|
(package
|
||||||
(name "mesa")
|
(name "mesa")
|
||||||
(version "24.2.5")
|
(version "24.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -313,7 +313,7 @@ also known as DXTn or DXTC) for Mesa.")
|
||||||
"mesa-" version ".tar.xz")))
|
"mesa-" version ".tar.xz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vyrkmy8j5bygddi2bsssj9g1rrcg4vfhvw0bjxsbmif4km0ngbk"))))
|
"1bs310dw9jjzvvchszmb3jakqb5268ssp83ba9ybrrcw8h05jycw"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; The following are in the Requires.private field of gl.pc.
|
;; The following are in the Requires.private field of gl.pc.
|
||||||
|
@ -545,6 +545,9 @@ directory = ~a
|
||||||
(from-crates-io 'rust-proc-macro2-1)
|
(from-crates-io 'rust-proc-macro2-1)
|
||||||
(from-crates-io 'rust-paste-1))))))))
|
(from-crates-io 'rust-paste-1))))))))
|
||||||
#~())
|
#~())
|
||||||
|
(add-after 'unpack 'set-home-directory
|
||||||
|
;; Build tries to use a shader cache (non-fatal error).
|
||||||
|
(lambda _ (setenv "HOME" "/tmp")))
|
||||||
(add-before 'configure 'fix-dlopen-libnames
|
(add-before 'configure 'fix-dlopen-libnames
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(let ((out #$output))
|
(let ((out #$output))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue