3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
John Darrington 2014-11-16 09:08:28 +01:00 committed by John Darrington
parent e093274238
commit db5584dd11

View file

@ -343,7 +343,7 @@ for Guile\".")
(("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