me
/
guix
Archived
1
0
Fork 0

gnu: moarvm: Propagate libffi.

* gnu/packages/perl6.scm (moarvm)[inputs]: Move LIBFFI ...
[propagated-inputs]: ... here.
master
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
1 changed files with 1 additions and 2 deletions

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