mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: moarvm: Propagate libffi.
* gnu/packages/perl6.scm (moarvm)[inputs]: Move LIBFFI ... [propagated-inputs]: ... here.
This commit is contained in:
parent
2d1f79229c
commit
8035e63cd6
1 changed files with 1 additions and 2 deletions
|
@ -74,10 +74,9 @@ (define-public moarvm
|
|||
;; These should be inputs but moar.h can't find them when building rakudo
|
||||
(propagated-inputs
|
||||
`(("libatomic-ops" ,libatomic-ops)
|
||||
("libffi" ,libffi)
|
||||
("libtommath" ,libtommath-1.0)
|
||||
("libuv" ,libuv)))
|
||||
(inputs
|
||||
`(("libffi" ,libffi)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(synopsis "VM for NQP And Rakudo Perl 6")
|
||||
|
|
Loading…
Reference in a new issue