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