1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

View File

@@ -74,10 +74,9 @@
;; 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")