me
/
guix
Archived
1
0
Fork 0

gnu: glslang: Update to 11.9.0.

* gnu/packages/vulkan.scm (glslang): Update to 11.9.0.
master
Marius Bakke 2022-11-15 16:15:56 +01:00 committed by Maxim Cournoyer
parent 339208b1f9
commit 0d67490d60
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 4 additions and 6 deletions

View File

@ -150,19 +150,17 @@ SPIR-V, aiming to emit GLSL or MSL that looks like human-written code.")
(define-public glslang (define-public glslang
(package (package
(name "glslang") (name "glslang")
(version "10-11.0.0") (version "11.9.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/KhronosGroup/glslang") (url "https://github.com/KhronosGroup/glslang")
;; Tag "10-11.0.0" was moved to "11.0.0". (commit version)))
;; FIXME: Use (commit version) on next update.
(commit "11.0.0")))
(sha256 (sha256
(base32 (base32
"14mn2awswl022ls75mfpsnpsl0ai0jgfbqj3sxcsqawyj5f432py")) "1q6gjlx2y6g0hfvahnw063anb4yb4ky82hfh3b7nbsm43crzzfb0"))
(file-name (string-append name "-" version "-checkout")))) (file-name (git-file-name name version))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:tests? #f ;FIXME: requires bundled SPIRV-Tools '(#:tests? #f ;FIXME: requires bundled SPIRV-Tools