guix-commits
[Top][All Lists]
Advanced

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

07/21: gnu: vulkan-loader: Update to 1.2.140.


From: guix-commits
Subject: 07/21: gnu: vulkan-loader: Update to 1.2.140.
Date: Fri, 22 May 2020 18:10:18 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 73f76a9b5d766639b8e3f3dc5968deed5e7029ea
Author: Marius Bakke <address@hidden>
AuthorDate: Fri May 22 15:30:39 2020 +0200

    gnu: vulkan-loader: Update to 1.2.140.
    
    * gnu/packages/vulkan.scm (vulkan-loader): Update to 1.2.140.
    [arguments]: Remove #:phases.
---
 gnu/packages/vulkan.scm | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm
index 2ed32f1..30a8949 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -162,7 +162,7 @@ interpretation of the specifications for these languages.")
 (define-public vulkan-loader
   (package
     (name "vulkan-loader")
-    (version "1.1.121")
+    (version "1.2.140")
     (source
      (origin
        (method git-fetch)
@@ -172,17 +172,10 @@ interpretation of the specifications for these 
languages.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1gbrppfxrncvva30fikgzm7f15xs527sb4lf1sswdyxj3h5cw741"))))
+         "0rhyz0qgp0i7pcx6wlvgwy7j33d4cs0xx39f0b6igpfk0vk70r1w"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ;FIXME: 23/39 tests fail.  Try "tests/run_all_tests.sh".
-       #:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'remove-spirv-tools-commit-id
-           (lambda* (#:key inputs #:allow-other-keys)
-             ;; Remove lines trying to build in a git commit id.
-             (substitute* "CMakeLists.txt" ((".*spirv_tools_commit_id.h.*") 
""))
-             #t)))
        #:configure-flags (list
                           "-DBUILD_TESTS=OFF" ; FIXME: Needs 'googletest' 
submodule.
                           (string-append "-DCMAKE_INSTALL_LIBDIR="



reply via email to

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