gnu: glslang: Update to 7.11.3113.

* gnu/packages/vulkan.scm (glslang): Update to 7.11.3113.
master
Rutger Helling 2019-03-06 08:45:27 +01:00
parent 3546e97f38
commit 3113ecfaec
No known key found for this signature in database
GPG Key ID: F3A727DB44FCCA36
1 changed files with 35 additions and 39 deletions

View File

@ -118,22 +118,18 @@ disassembler, validator, and optimizer for SPIR-V.")
(license license:asl2.0))))
(define-public glslang
;; Keep updated in accordance with
;; https://github.com/google/shaderc/blob/known-good/known_good.json
(let ((commit "32d3ec319909fcad0b2b308fe1635198773e8316")
(revision "3"))
(package
(name "glslang")
(version (string-append "3.0-" revision "." (string-take commit 9)))
(version "7.11.3113")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/KhronosGroup/glslang")
(commit commit)))
(commit version)))
(sha256
(base32
"1kmgjv5kbrjy6azpgwnjcn3cj8vg5i8hnyk3m969sc0gq2j1rbjj"))
"1kzv2b4q1fddxd7c0hc754nd6rw6y9vijb9fsi13xzzq9dficgb6"))
(file-name (string-append name "-" version "-checkout"))))
(build-system cmake-build-system)
(arguments
@ -158,7 +154,7 @@ interpretation of the specifications for these languages.")
;; https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/
(license (list license:bsd-3
;; include/SPIRV/{bitutils,hex_float}.h are Apache 2.0.
license:asl2.0)))))
license:asl2.0))))
(define-public vulkan-headers
(package