gnu: glslang: Update to commit b5b08462442239e6537315ea1405b6afcd53043e.

* gnu/packages/vulkan.scm (glslang): Update to commit
b5b08462442239e6537315ea1405b6afcd53043e.
This commit is contained in:
Rutger Helling 2018-01-31 14:20:57 +01:00
parent a9342820d3
commit 76ef53eb82
No known key found for this signature in database
GPG key ID: F3A727DB44FCCA36

View file

@ -111,10 +111,10 @@ (define-public spirv-tools
(license license:asl2.0))))
(define-public glslang
;; Version 3.0 is too old for vulkan-icd-loader. Use a recent git commit
;; until the next stable version.
(let ((commit "471bfed0621162a7513fc24a51e8a1ccc2e640ff")
(revision "1"))
;; Keep updated in accordance with
;; https://github.com/google/shaderc/blob/known-good/known_good.json
(let ((commit "b5b08462442239e6537315ea1405b6afcd53043e")
(revision "2"))
(package
(name "glslang")
(version (string-append "3.0-" revision "." (string-take commit 9)))
@ -126,7 +126,7 @@ (define-public glslang
(commit commit)))
(sha256
(base32
"0m2vljmrqppp80ghbbwfnayqw2canxlcjhgy6jw9xjdssln0d3pd"))
"08imby3hciisshzacrkx8s56lx4fxm7dad06xxaxxcapinmqrvwk"))
(file-name (string-append name "-" version "-checkout"))))
(build-system cmake-build-system)
(arguments