guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: vulkan-loader: Update to 1.1.77.0.


From: Rutger Helling
Subject: 02/05: gnu: vulkan-loader: Update to 1.1.77.0.
Date: Tue, 3 Jul 2018 05:23:53 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit b1eb1ba99c389ad9ec99502c5c6e978af6f98bb7
Author: Rutger Helling <address@hidden>
Date:   Tue Jul 3 09:35:37 2018 +0200

    gnu: vulkan-loader: Update to 1.1.77.0.
    
    * gnu/packages/vulkan.scm (vulkan-loader): Update to 1.1.77.0.
    [inputs]: Add 'vulkan-headers.
    [home-page]: Correct URL.
---
 gnu/packages/vulkan.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm
index f05a610..6748e8c 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -186,7 +186,7 @@ interpretation of the specifications for these languages.")
 (define-public vulkan-loader
   (package
     (name "vulkan-loader")
-    (version "1.1.73.0")
+    (version "1.1.77.0")
     (source
      (origin
        (method url-fetch)
@@ -195,7 +195,7 @@ interpretation of the specifications for these languages.")
              "archive/sdk-" version ".tar.gz"))
        (sha256
         (base32
-         "0lvdpy6ybx5h7w15m9s2n9q3167q618clra2k7yi2cbm397ci4hn"))))
+         "1zg86b5wba9l14ry3ap7yzgd9hwzxxr0rjgwhnv14n75aqpwv02d"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ;FIXME: 23/39 tests fail.  Try "tests/run_all_tests.sh".
@@ -217,11 +217,12 @@ interpretation of the specifications for these 
languages.")
               ("libxrandr" ,libxrandr)
               ("mesa" ,mesa)
               ("spirv-tools" ,spirv-tools)
+              ("vulkan-headers" ,vulkan-headers)
               ("wayland" ,wayland)))
     (native-inputs `(("pkg-config" ,pkg-config)
                      ("python" ,python)))
     (home-page
-     "https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers";)
+     "https://github.com/KhronosGroup/Vulkan-Loader";)
     (synopsis "Khronos official ICD loader and validation layers for Vulkan")
     (description
      "Vulkan allows multiple @dfn{Installable Client Drivers} (ICDs) each



reply via email to

[Prev in Thread] Current Thread [Next in Thread]