gnu: glslang: Update to 7.11.3113.
* gnu/packages/vulkan.scm (glslang): Update to 7.11.3113.
This commit is contained in:
		
							parent
							
								
									3546e97f38
								
							
						
					
					
						commit
						3113ecfaec
					
				
					 1 changed files with 35 additions and 39 deletions
				
			
		| 
						 | 
					@ -118,22 +118,18 @@ disassembler, validator, and optimizer for SPIR-V.")
 | 
				
			||||||
     (license license:asl2.0))))
 | 
					     (license license:asl2.0))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public glslang
 | 
					(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
 | 
					  (package
 | 
				
			||||||
    (name "glslang")
 | 
					    (name "glslang")
 | 
				
			||||||
      (version (string-append "3.0-" revision "." (string-take commit 9)))
 | 
					    (version "7.11.3113")
 | 
				
			||||||
    (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")
 | 
				
			||||||
               (commit commit)))
 | 
					             (commit version)))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
           "1kmgjv5kbrjy6azpgwnjcn3cj8vg5i8hnyk3m969sc0gq2j1rbjj"))
 | 
					         "1kzv2b4q1fddxd7c0hc754nd6rw6y9vijb9fsi13xzzq9dficgb6"))
 | 
				
			||||||
       (file-name (string-append name "-" version "-checkout"))))
 | 
					       (file-name (string-append name "-" version "-checkout"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
| 
						 | 
					@ -158,7 +154,7 @@ interpretation of the specifications for these languages.")
 | 
				
			||||||
    ;; https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/
 | 
					    ;; https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/
 | 
				
			||||||
    (license (list license:bsd-3
 | 
					    (license (list license:bsd-3
 | 
				
			||||||
                   ;; include/SPIRV/{bitutils,hex_float}.h are Apache 2.0.
 | 
					                   ;; include/SPIRV/{bitutils,hex_float}.h are Apache 2.0.
 | 
				
			||||||
                     license:asl2.0)))))
 | 
					                   license:asl2.0))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public vulkan-headers
 | 
					(define-public vulkan-headers
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue