[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.
- branch master updated (8dc3c2a -> b106dd8), guix-commits, 2019/09/25
- 04/10: gnu: mlt: Update to 6.16.0., guix-commits, 2019/09/25
- 02/10: gnu: spirv-tools: Update to 2019.2., guix-commits, 2019/09/25
- 01/10: gnu: you-get: Update to 0.4.1355., guix-commits, 2019/09/25
- 07/10: gnu: iproute2: Add libmnl input., guix-commits, 2019/09/25
- 03/10: gnu: spirv-tools: Use GIT-FILE-NAME.,
guix-commits <=
- 05/10: gnu: rofi: Update to 1.5.4., guix-commits, 2019/09/25
- 10/10: gnu: xf86-input-wacom: Don't use NAME in source URI., guix-commits, 2019/09/25
- 06/10: gnu: iproute2: Update to 5.3.0., guix-commits, 2019/09/25
- 08/10: gnu: celluloid: Update to 0.17 from gnome-mpv., guix-commits, 2019/09/25
- 09/10: gnu: youtube-dl: Update to 2019.09.12.1., guix-commits, 2019/09/25