1
0
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:
Andy Tai
2025-01-22 00:20:53 -08:00
committed by Nicolas Goaziou
parent f3064b765a
commit 70b2b33054
+3 -3
View File
@@ -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)