gnu: moarvm: Propagate libffi.

* gnu/packages/perl6.scm (moarvm)[inputs]: Move LIBFFI ...
[propagated-inputs]: ... here.
This commit is contained in:
Marius Bakke 2020-04-11 18:46:01 +02:00
parent 2d1f79229c
commit 8035e63cd6
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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