Cyril Roelandt <[email protected]> skribis: > guix/scripts/package.scm:592:39: In procedure #<procedure 9c34270 at > guix/scripts/package.scm:588:37 (expr)>: > guix/scripts/package.scm:592:39: In procedure string-split: Wrong type > argument in position 1 (expecting string): #f
This is actually ‘string-split’ as called by ‘official-gnu-packages’, called from ‘gnu-package?’. The problem is with Guile <= 2.0.5, whose HTTP client did not support chunked encoding. Commit 993fb66 should fix that. Can you confirm? After that, make sure to upgrade to a more recent Guile. :-) Ludo’.
