diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-11-28 15:31:25 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-11-28 15:58:10 +0200 |
commit | 3b1e29ae342929e49230d50ce9e2f7e3fd1097c6 (patch) | |
tree | 322858494cfd6c1cba821146a15d27a2ae88a89d /gnu/packages/lisp.scm | |
parent | 5af7378a8e27f21c409c70d5833fe430d3e7f663 (diff) | |
download | patches-3b1e29ae342929e49230d50ce9e2f7e3fd1097c6.tar patches-3b1e29ae342929e49230d50ce9e2f7e3fd1097c6.tar.gz |
gnu: sbcl-lack-component: Provide a file-name.
* gnu/packages/lisp.scm (sbcl-lack-component)[source]: Use
git-file-name.
Diffstat (limited to 'gnu/packages/lisp.scm')
-rw-r--r-- | gnu/packages/lisp.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 46e81f9944..a5df90869a 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -5039,6 +5039,7 @@ performance and simplicity in mind.") (uri (git-reference (url "https://github.com/fukamachi/lack.git") (commit commit))) + (file-name (git-file-name "lack-component" version)) (sha256 (base32 "1avh4ygcj9xcx4m17nj0wnxxaisk26w4ljs2bibzxaln24x7pi85")))) (build-system asdf-build-system/sbcl) |