mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-14 00:50:35 +02:00
gnu: guile-bytestructures: Fix cross-compilation.
* gnu/packages/guile.scm (guile-bytestructures)[native-inputs]: Add guile to fix cross-compilation.
This commit is contained in:
@@ -601,7 +601,8 @@ Guile's foreign function interface.")
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
("pkg-config" ,pkg-config)))
|
||||
("pkg-config" ,pkg-config)
|
||||
("guile" ,guile-2.2)))
|
||||
(inputs
|
||||
`(("guile" ,guile-2.2)))
|
||||
(synopsis "Structured access to bytevector contents for Guile")
|
||||
|
||||
Reference in New Issue
Block a user