bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#33867: Folding with origin-uri fails for inherited packages


From: swedebugia
Subject: bug#33867: Folding with origin-uri fails for inherited packages
Date: Tue, 25 Dec 2018 18:29:28 +0100

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]