mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: vulkan-memory-allocator: Update to 3.3.0.
* gnu/packages/vulkan.scm (vulkan-memory-allocator)[arguments]: Use G-Expressions. Change-Id: I17030138801cb6d1b17cb849275dc0a0269daf4d Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
This commit is contained in:
parent
5f362b47ad
commit
ce4f4a52aa
1 changed files with 3 additions and 5 deletions
|
@ -717,7 +717,7 @@ skipping loader dispatch overhead.")
|
||||||
(define-public vulkan-memory-allocator
|
(define-public vulkan-memory-allocator
|
||||||
(package
|
(package
|
||||||
(name "vulkan-memory-allocator")
|
(name "vulkan-memory-allocator")
|
||||||
(version "3.2.1")
|
(version "3.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -728,11 +728,9 @@ skipping loader dispatch overhead.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0y8ccx080bqrgv71ggixxpl57vc5znq55rnvl4v4srfkjxhz6yiy"))))
|
"1qadyd9nir9ip176fsxvl91w60mnyvk07d5ihjlpqvl7rdbjmwac"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments (list #:tests? #f)) ;no tests
|
||||||
;; no test
|
|
||||||
`(#:tests? #f))
|
|
||||||
(inputs (list vulkan-loader vulkan-headers))
|
(inputs (list vulkan-loader vulkan-headers))
|
||||||
(synopsis "Vulkan memory allocation library")
|
(synopsis "Vulkan memory allocation library")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue