mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: guile-git: Fix cross-compilation.
* gnu/packages/guile.scm (guile-git)[native-inputs]: Add guile and guile-bytestructures.
This commit is contained in:
parent
ce59688d33
commit
96a9675b55
1 changed files with 3 additions and 1 deletions
|
@ -647,7 +647,9 @@ (define-public guile-git
|
|||
"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)))
|
||||
|
|
Loading…
Reference in a new issue