mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: sbcl-lack-middleware-backtrace: Provide a file-name.
* gnu/packages/lisp.scm (sbcl-lack-middleware-backtrace)[source]: Use git-file-name.
This commit is contained in:
parent
f71b16e8e4
commit
5af7378a8e
1 changed files with 1 additions and 0 deletions
|
@ -5111,6 +5111,7 @@ (define-public sbcl-lack-middleware-backtrace
|
|||
(uri (git-reference
|
||||
(url "https://github.com/fukamachi/lack.git")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name "lack-middleware-backtrace" version))
|
||||
(sha256
|
||||
(base32 "1avh4ygcj9xcx4m17nj0wnxxaisk26w4ljs2bibzxaln24x7pi85"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
|
|
Loading…
Reference in a new issue