me
/
guix
Archived
1
0
Fork 0

gnu: guile-bytestructures: Fix cross-compilation.

* gnu/packages/guile.scm (guile-bytestructures)[native-inputs]: Add guile to
fix cross-compilation.
master
Mathieu Othacehe 2019-12-29 21:24:10 +01:00
parent 9a78e181f0
commit b9a9c8efca
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 2 additions and 1 deletions

View File

@ -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")