me
/
guix
Archived
1
0
Fork 0

gnu: guile-git: Fix cross-compilation.

* gnu/packages/guile.scm (guile-git)[native-inputs]: Add guile and
guile-bytestructures.
master
Mathieu Othacehe 2020-02-18 11:47:32 +01:00
parent ce59688d33
commit 96a9675b55
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 3 additions and 1 deletions

View File

@ -647,7 +647,9 @@ type system, elevating types to first-class status.")
"0c5i3d16hp7gp9rd78vk9zc45js8bphf92m4lbb5gyi4l1yl7kkm"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
`(("pkg-config" ,pkg-config)
("guile" ,guile-2.2)
("guile-bytestructures" ,guile-bytestructures)))
(inputs
`(("guile" ,guile-2.2)
("libgit2" ,libgit2)))