Is this a bug?
scheme@(guix-user) [1]> (define snakes
(fold-packages
(lambda (package lst)
(if (string-prefix? "python"
(package-name package))
Hi,
> Is this a bug?
No it's not, the following snippet should work better.
--8<---cut here---start->8---
(fold-packages
(lambda (package lst)
(if (string-prefix? "python" (package-name package))
(cons (and=> (package-source package)
Hello!
Ludovic Courtès skribis:
> l...@gnu.org (Ludovic Courtès) skribis:
>
>> The ‘guix offload’ processes on berlin regularly hang while calling
>> ‘channel-get-exit-status’:
>>
>> (gdb) bt
>> #0 0x7f299fb330f1 in __GI___poll (fds=0x1dd58c0, nfds=1, timeout=-1) at
>> ../sysdeps/unix/sysv
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)
ls
Hi Amar,
> * Error building sources for 'guile-*' using guix build --source `guix
> package -I guile- | cut -f1`
>> fatal: repository
>> 'https://anonscm.debian.org/cgit/users/kaction-guest/retired/dev.guile-bash.git/'
>> not found
>> Failed to do a shallow fetch; retrying a full fetch...
>>
Closing as patch was appied
--- Begin Message ---
Your bug report
#33783: [PATCH] gnu: sqlite: Replace with 3.26.0 [security fixes].
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details