mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 11:32:21 +02:00
gnu: vulkan-volk: renamed from volk to avoid confusion with another volk package..
* gnu/packages/vulkan.scm (vulkan-volk): Renamed from volk. (vulkan-tools)[native-inputs]: Reference to volk changed to vulkan-volk. Change-Id: I8f5e93b753e714d990a837ab914156e5e46d6e46 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
committed by
Nicolas Goaziou
parent
f3064b765a
commit
70b2b33054
@@ -447,7 +447,7 @@ and the ICD.")
|
||||
(inputs
|
||||
(list glslang libxrandr vulkan-loader wayland wayland-protocols))
|
||||
(native-inputs
|
||||
(list googletest pkg-config python volk vulkan-headers))
|
||||
(list googletest pkg-config python vulkan-volk vulkan-headers))
|
||||
(arguments
|
||||
`(#:configure-flags (list "-DBUILD_TESTS=ON")
|
||||
#:phases (modify-phases %standard-phases
|
||||
@@ -639,9 +639,9 @@ can assist development by enabling developers to verify their applications corre
|
||||
use the Vulkan API.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public volk
|
||||
(define-public vulkan-volk
|
||||
(package
|
||||
(name "volk")
|
||||
(name "vulkan-volk")
|
||||
(version "1.3.280.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
||||
Reference in New Issue
Block a user