gnu: vulkan-tools: Update to sdk-1.3.231.1.
* gnu/packages/vulkan.scm (vulkan-tools): Update to sdk-1.3.231.1. Signed-off-by: Marius Bakke <marius@gnu.org>master
parent
d0cf0ab1e4
commit
cc1a48f967
|
@ -264,20 +264,20 @@ and the ICD.")
|
||||||
(define-public vulkan-tools
|
(define-public vulkan-tools
|
||||||
(package
|
(package
|
||||||
(name "vulkan-tools")
|
(name "vulkan-tools")
|
||||||
(version "1.2.201")
|
(version %vulkan-sdk-version)
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/KhronosGroup/Vulkan-Tools")
|
(url "https://github.com/KhronosGroup/Vulkan-Tools")
|
||||||
(commit (string-append "v" version))))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ik90d7pygaw2pq81brqmcjiczag3biqvgpqp3cpws07glf29lf9"))))
|
"0jzwjfx4c7y15wkwfhhc64rzljpi47bxrm5jw5blfsqjh8zsd27a"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list glslang libxrandr vulkan-loader wayland))
|
(list glslang libxrandr vulkan-loader wayland wayland-protocols))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config python vulkan-headers))
|
(list pkg-config python vulkan-headers))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in New Issue