me
/
guix
Archived
1
0
Fork 0

gnu: vulkan-tools: Update to 1.2.140.

* gnu/packages/vulkan.scm (vulkan-tools): Update to 1.2.140.
master
Marius Bakke 2020-05-22 17:04:32 +02:00 committed by Marius Bakke
parent 6a8fca140d
commit f26bceb470
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 3 deletions

View File

@ -216,7 +216,7 @@ and the ICD.")
(define-public vulkan-tools
(package
(name "vulkan-tools")
(version "1.1.121")
(version "1.2.140")
(source
(origin
(method git-fetch)
@ -226,7 +226,7 @@ and the ICD.")
(file-name (git-file-name name version))
(sha256
(base32
"1jndlz3n35zlz44p1b4cgl2alvsmgrqnkxdn5mpahg0zb8dgwmm8"))))
"08dk0q77kpycn4vv19jh3ig73gbq3psan246a7fss0nfxpiddg0j"))))
(build-system cmake-build-system)
(inputs
`(("glslang" ,glslang)
@ -238,7 +238,7 @@ and the ICD.")
("python" ,python)
("vulkan-headers" ,vulkan-headers)))
(arguments
`(#:tests? #f ; No tests.
`(#:tests? #f ;no tests
#:configure-flags (list (string-append "-DGLSLANG_INSTALL_DIR="
(assoc-ref %build-inputs "glslang")))))
(home-page