mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@
|
||||||
;; These should be inputs but moar.h can't find them when building rakudo
|
;; These should be inputs but moar.h can't find them when building rakudo
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("libatomic-ops" ,libatomic-ops)
|
`(("libatomic-ops" ,libatomic-ops)
|
||||||
|
("libffi" ,libffi)
|
||||||
("libtommath" ,libtommath-1.0)
|
("libtommath" ,libtommath-1.0)
|
||||||
("libuv" ,libuv)))
|
("libuv" ,libuv)))
|
||||||
(inputs
|
|
||||||
`(("libffi" ,libffi)))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(synopsis "VM for NQP And Rakudo Perl 6")
|
(synopsis "VM for NQP And Rakudo Perl 6")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue