X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=guix.scm;h=e7026749a2dd0589ea16925c2866f3c221010152;hp=77f2db5cebe37901652ef98eb88cf39bf4ea0952;hb=57b7dfc7a351017e09bd158889ed45fa57e51289;hpb=8cbb7f22227c0afdd3b0bd758ebec0efba2fa1e1 diff --git a/guix.scm b/guix.scm index 77f2db5..e702674 100644 --- a/guix.scm +++ b/guix.scm @@ -64,9 +64,10 @@ (build-system gnu-build-system) (native-inputs `(("autoconf" ,autoconf) ("automake" ,automake) - ("guile" ,guile-next) + ("guile" ,guile-2.2) ("pkg-config" ,pkg-config) ("texinfo" ,texinfo))) + (propagated-inputs `(("guile-fibers" ,guile-fibers))) (arguments `(#:phases (modify-phases %standard-phases (add-before 'configure 'bootstrap