rakudo: add missing build deps to make this build.
This commit is contained in:
parent
927904da60
commit
705568abc3
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ build_style=configure
|
||||||
configure_script="perl Configure.pl"
|
configure_script="perl Configure.pl"
|
||||||
configure_args="--prefix=/usr --backends=moar"
|
configure_args="--prefix=/usr --backends=moar"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="nqp"
|
makedepends="nqp libatomic_ops-devel libffi-devel libuv-devel"
|
||||||
depends="nqp>=${version}"
|
depends="nqp>=${version}"
|
||||||
short_desc="Rakudo is an implementation of Perl 6 language"
|
short_desc="Rakudo is an implementation of Perl 6 language"
|
||||||
maintainer="Ruslan <axetwe@gmail.com>"
|
maintainer="Ruslan <axetwe@gmail.com>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue