There's a merged pull request on the void-packages repository New package: perl-SVG-2.86 https://github.com/void-linux/void-packages/pull/33970 Description: Dependency for sage. I compiled sage-9.4 using this. In fact, sage has a package named `perl_cpan_polymake_prereq` which checks a bunch of perl modules: ``` checking for perl module XML::Writer... ok checking for perl module XML::LibXML... ok checking for perl module XML::LibXSLT... ok checking for perl module File::Slurp... ok checking for perl module JSON... ok checking for perl module SVG... ok ``` The first five are already present in void, the only one missing is `SVG`, but sage will install all 6 modules if only one is missing so there's extra credit for having this last one :-)