mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: sbcl-trivial-backtrace: Move lift to native-inputs.
* gnu/packages/lisp-xyz.scm (sbcl-trivial-backtrace)[inputs]: Move lift to... [native-inputs]: ... here.
This commit is contained in:
parent
4c2f810f97
commit
7ca996c3f5
1 changed files with 1 additions and 1 deletions
|
@ -3876,7 +3876,7 @@ (define-public sbcl-trivial-backtrace
|
|||
(sha256
|
||||
(base32 "1mbaqiwj5034iw6jzw30jyhwzp1pvhnz1zcy0lns0z5j2h9ldapw"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(inputs
|
||||
(native-inputs
|
||||
`(("sbcl-lift" ,sbcl-lift)))
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue