[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: gnu: sbcl-lack: Provide a file-name.
From: |
guix-commits |
Subject: |
03/10: gnu: sbcl-lack: Provide a file-name. |
Date: |
Thu, 28 Nov 2019 08:59:20 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit c2db64caa4ebadceb8cd2b5c2a97f4837e3eae54
Author: Efraim Flashner <address@hidden>
Date: Thu Nov 28 15:32:08 2019 +0200
gnu: sbcl-lack: Provide a file-name.
* gnu/packages/lisp.scm (sbcl-lack)[source]: Use git-file-name.
---
gnu/packages/lisp.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index a5df908..c98f601 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -5234,6 +5234,7 @@ performance and simplicity in mind.")
(uri (git-reference
(url "https://github.com/fukamachi/lack.git")
(commit commit)))
+ (file-name (git-file-name "lack" version))
(sha256
(base32 "1avh4ygcj9xcx4m17nj0wnxxaisk26w4ljs2bibzxaln24x7pi85"))))
(build-system asdf-build-system/sbcl)
- branch master updated (f71b16e -> a549802), guix-commits, 2019/11/28
- 03/10: gnu: sbcl-lack: Provide a file-name.,
guix-commits <=
- 02/10: gnu: sbcl-lack-component: Provide a file-name., guix-commits, 2019/11/28
- 09/10: gnu: sbcl-parse-number: Update to 1.7., guix-commits, 2019/11/28
- 04/10: gnu: sbcl-lack-util: Provide a file-name., guix-commits, 2019/11/28
- 01/10: gnu: sbcl-lack-middleware-backtrace: Provide a file-name., guix-commits, 2019/11/28
- 06/10: gnu: sbcl-lack-middleware-static: Provide a file-name., guix-commits, 2019/11/28
- 07/10: gnu: sbcl-chinga: Don't use unstable tarball., guix-commits, 2019/11/28
- 08/10: gnu: sbcl-parse-number: Don't use unstable tarball., guix-commits, 2019/11/28
- 10/10: gnu: mplayer: Adjust inputs., guix-commits, 2019/11/28
- 05/10: gnu: sbcl-lack-request: Provide a file-name., guix-commits, 2019/11/28