[DRAFT] nongnu: Add mesa-next.

* nongnu/packages/steam-client.scm (mesa-next): New variable.
(mesa-fixed): Remove variable.
This commit is contained in:
John Kehayias 2023-10-22 15:49:16 -04:00
parent bc0921a7bc
commit 3da4fa5d28
No known key found for this signature in database
GPG Key ID: 499097AE5EA815D9

View File

@ -120,13 +120,25 @@
(modify-inputs (package-propagated-inputs libxdamage)
(replace "libx11" libx11-fixed)))))
(define mesa-fixed
(define-public mesa-next
(package
(inherit mesa)
(propagated-inputs
(modify-inputs (package-propagated-inputs mesa)
(replace "libx11" libx11-fixed)
(replace "libxdamage" libxdamage-fixed)))))
(replace "libxdamage" libxdamage-fixed)))
(name "mesa-next")
(version "23.2.1")
(source
(origin
(method url-fetch)
(uri (list (string-append "https://archive.mesa3d.org/"
"mesa-" version ".tar.xz")
(string-append "ftp://ftp.freedesktop.org/pub/mesa/"
"mesa-" version ".tar.xz")))
(sha256
(base32
"1k61pgw0vcjrlb4299q98cy7iqmk2r7jmb5ika91z01dzhb0dpk4"))))))
(define steam-client-libs
`(("bash" ,bash) ; Required for steam startup.