mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: sbcl-burgled-batteries3: Python is a runtime dependency.
* gnu/packages/lisp-xyz.scm (sbcl-burgled-batteries3)[native-inputs]: Move PYTHON ... [inputs]: ... here.
This commit is contained in:
parent
839fa4cd5e
commit
3d280dae09
1 changed files with 3 additions and 3 deletions
|
@ -5111,12 +5111,12 @@ (define-public sbcl-burgled-batteries3
|
|||
(string-append python "/lib/libpython3.so"))
|
||||
#t))))))
|
||||
(native-inputs
|
||||
`(("python" ,python)
|
||||
("sbcl-cl-fad" ,sbcl-cl-fad)
|
||||
`(("sbcl-cl-fad" ,sbcl-cl-fad)
|
||||
("sbcl-lift" ,sbcl-lift)
|
||||
("sbcl-cl-quickcheck" ,sbcl-cl-quickcheck)))
|
||||
(inputs
|
||||
`(("sbcl-cffi" ,sbcl-cffi)
|
||||
`(("python" ,python)
|
||||
("sbcl-cffi" ,sbcl-cffi)
|
||||
("sbcl-cffi-grovel" ,sbcl-cffi-grovel)
|
||||
("sbcl-alexandria" , sbcl-alexandria)
|
||||
("sbcl-parse-declarations-1.0" ,sbcl-parse-declarations)
|
||||
|
|
Loading…
Reference in a new issue