mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: vulkan-tools: Update to 1.4.313.0.
* gnu/packages/vulkan.scm (vulkan-tools): Update to 1.4.313.0. Change-Id: Ic96b91a364836a312a1d5f5d58fd2978ac50522a
This commit is contained in:
parent
3cc9bb8201
commit
7ae172f44d
1 changed files with 11 additions and 10 deletions
|
@ -443,7 +443,7 @@ and the ICD.")
|
||||||
(define-public vulkan-tools
|
(define-public vulkan-tools
|
||||||
(package
|
(package
|
||||||
(name "vulkan-tools")
|
(name "vulkan-tools")
|
||||||
(version "1.4.309.0")
|
(version "1.4.313.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -458,15 +458,16 @@ and the ICD.")
|
||||||
"// ASSERT_EQ(std::string(driver_properties.driverInfo)")))
|
"// ASSERT_EQ(std::string(driver_properties.driverInfo)")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ywvvkra29y2cvw8i9laf4skn6cl7phrwshcc7z9dljb3il87cym"))))
|
"152sl309k2lw38x6r15ddyf55dn1wc26pf1idd73nd5x2ax5bd73"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list glslang libxrandr vulkan-loader wayland wayland-protocols))
|
(list glslang libxrandr vulkan-loader wayland wayland-protocols))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list googletest pkg-config python vulkan-volk vulkan-headers))
|
(list googletest pkg-config python vulkan-volk vulkan-headers))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list "-DBUILD_TESTS=ON")
|
(list
|
||||||
#:phases (modify-phases %standard-phases
|
#:configure-flags #~(list "-DBUILD_TESTS=ON")
|
||||||
|
#:phases #~(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
(when tests?
|
(when tests?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue