mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: vulkan-loader: Inherit version from vulkan-headers.
* gnu/packages/vulkan.scm (vulkan-loader): Inherit version from vulkan-headers.
This commit is contained in:
parent
e282611820
commit
5d28e49b1b
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ interpretation of the specifications for these languages.")
|
||||||
(define-public vulkan-loader
|
(define-public vulkan-loader
|
||||||
(package
|
(package
|
||||||
(name "vulkan-loader")
|
(name "vulkan-loader")
|
||||||
(version "1.1.77.0")
|
(version (package-version vulkan-headers))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue