gnu: spirv-tools: Update to 2020.2.
* gnu/packages/vulkan.scm (spirv-tools): Update to 2020.2. [arguments]: Remove #:tests?.
This commit is contained in:
		
							parent
							
								
									936b7906b0
								
							
						
					
					
						commit
						cce9424746
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		|  | @ -75,7 +75,7 @@ and for the GLSL.std.450 extended instruction set. | ||||||
| (define-public spirv-tools | (define-public spirv-tools | ||||||
|   (package |   (package | ||||||
|     (name "spirv-tools") |     (name "spirv-tools") | ||||||
|     (version "2019.2") |     (version "2020.2") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|       (method git-fetch) |       (method git-fetch) | ||||||
|  | @ -83,12 +83,11 @@ and for the GLSL.std.450 extended instruction set. | ||||||
|             (url "https://github.com/KhronosGroup/SPIRV-Tools") |             (url "https://github.com/KhronosGroup/SPIRV-Tools") | ||||||
|             (commit (string-append "v" version)))) |             (commit (string-append "v" version)))) | ||||||
|       (sha256 |       (sha256 | ||||||
|        (base32 "0zwz6qg8g8165h7cw52agryjrdb29gbmsbziw3pwiddfkyma8vvg")) |        (base32 "00b7xgyrcb2qq63pp3cnw5q1xqx2d9rfn65lai6n6r89s1vh3vg6")) | ||||||
|       (file-name (git-file-name name version)))) |       (file-name (git-file-name name version)))) | ||||||
|     (build-system cmake-build-system) |     (build-system cmake-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:tests? #f ; FIXME: Tests fail. |      `(#:configure-flags (list (string-append "-DSPIRV-Headers_SOURCE_DIR=" | ||||||
|        #:configure-flags (list (string-append "-DSPIRV-Headers_SOURCE_DIR=" |  | ||||||
|                                (assoc-ref %build-inputs "spirv-headers"))))) |                                (assoc-ref %build-inputs "spirv-headers"))))) | ||||||
|     (inputs `(("spirv-headers" ,spirv-headers))) |     (inputs `(("spirv-headers" ,spirv-headers))) | ||||||
|     (native-inputs `(("pkg-config" ,pkg-config) |     (native-inputs `(("pkg-config" ,pkg-config) | ||||||
|  |  | ||||||
		Reference in a new issue