I'd like to try to package this thing http://search.cpan.org/~ken/xls2csv-1.07/
but $ guix import cpan xls2csv guix import: error: failed to download meta-data for package 'xls2csv' Efraim suggested me caps and colons, like the example in the manual guix import cpan Acme::Boolean But Acme-Boolean is a package. There's a folder named Acme containing a file with a namespace declaration in it My thing is not a package, it's a script, it has no namespace declaration, it's not in a folder How do I correctly call the importer on this ? Thanks