gnu: glslang: Update to 7.11.3113.
* gnu/packages/vulkan.scm (glslang): Update to 7.11.3113.master
parent
3546e97f38
commit
3113ecfaec
|
@ -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
|
||||
|
|
Reference in New Issue