~ruther/guix-local

70b2b33054c6d43764075eeca979faf819071f71 — Andy Tai 1 year, 6 months ago f3064b7
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>
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/vulkan.scm
M gnu/packages/vulkan.scm => gnu/packages/vulkan.scm +3 -3
@@ 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)