Skip to content

Commit

Permalink
guix: Support cross-compilation.
Browse files Browse the repository at this point in the history
* .guix/modules/fibers-package.scm (guile-fibers)[native-inputs]: Add
Guile.
  • Loading branch information
civodul committed Nov 17, 2024
1 parent fe1bf0c commit c0b55fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .guix/modules/fibers-package.scm
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
#:select? (git-predicate %source-dir)))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake libtool texinfo gettext-minimal pkg-config))
(list autoconf automake libtool texinfo gettext-minimal pkg-config
(this-package-input "guile"))) ;for cross-compilation
(inputs
(list guile-3.0))
(synopsis "Lightweight concurrency facility for Guile")
Expand Down

0 comments on commit c0b55fa

Please sign in to comment.