guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: spirv-tools: Use GIT-FILE-NAME.


From: guix-commits
Subject: 03/10: gnu: spirv-tools: Use GIT-FILE-NAME.
Date: Wed, 25 Sep 2019 11:51:36 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d7a7d255c4566652a79210ca1d6b9b1d8fe9f9b7
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Sep 25 01:21:38 2019 +0200

    gnu: spirv-tools: Use GIT-FILE-NAME.
    
    * gnu/packages/vulkan.scm (spirv-tools)[source]: Use GIT-FILE-NAME.
---
 gnu/packages/vulkan.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/vulkan.scm b/gnu/packages/vulkan.scm
index f12062a..9260a2c 100644
--- a/gnu/packages/vulkan.scm
+++ b/gnu/packages/vulkan.scm
@@ -91,7 +91,7 @@ and for the GLSL.std.450 extended instruction set.
             (commit (string-append "v" version))))
       (sha256
        (base32 "0zwz6qg8g8165h7cw52agryjrdb29gbmsbziw3pwiddfkyma8vvg"))
-      (file-name (string-append name "-" version "-checkout"))))
+      (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ; FIXME: Tests fail.



reply via email to

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