On 2018-12-25 13:01, Mathieu Othacehe wrote:
(fold-packages (lambda (package lst) (if (string-prefix? "python" (package-name package)) (cons (and=> (package-source package) (lambda (source) (origin-uri source))) lst) lst)) '())
thanks! closing -- Cheers Swedebugia