mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Fix cross-compilation issue in guile-json
* gnu/packages/guile.scm (guile-json): Move guile from inputs to native inputs.
This commit is contained in:
parent
e093274238
commit
db5584dd11
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ (define-public guile-json
|
|||
(("moddir =.*/share/guile/site" all)
|
||||
(string-append all "/2.0"))))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("guile" ,guile-2.0)))
|
||||
(native-inputs `(("guile" ,guile-2.0)))
|
||||
(home-page "http://savannah.nongnu.org/projects/guile-json/")
|
||||
(synopsis "JSON module for Guile")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue