Re: 02/02: build-system/r: Use invoke.

2018-06-01 Thread Mark H Weaver
Mark H Weaver writes: > rek...@elephly.net (Ricardo Wurmus) writes: > >> (define (pipe-to-r command params) >>(let ((port (apply open-pipe* OPEN_WRITE "R" params))) >> (display command port) >> -(zero? (status:exit-val (close-pipe port) >> +(let ((code (status:exit-val (clos

Re: [PATCH] gnu: sddm: Fix CMake build.

2018-06-01 Thread Stefan Stefanović
Thank you. On Fri, Jun 1, 2018 at 12:20 PM, Rutger Helling wrote: > Thanks for this! You forgot to add a commit log and to add the patch to > gnu/local.mk. I've made those changes and pushed your patch. >

Re: Videos

2018-06-01 Thread Pierre Neidhardt
I had not clue about this! Wow! :/ -- Pierre Neidhardt signature.asc Description: PGP signature

Re: Videos

2018-06-01 Thread swedebugia
Hi. On May 31, 2018 11:17:48 AM GMT+02:00, Pierre Neidhardt wrote: > >Maybe a little off-topic, but if there ever is a need for GIFs, I've >recently worked on an Emacs package for high quality/compression ratio >GIF recordings: Have you read this? https://www.gnu.org/philosophy/gif.en.html I li

Re: [PATCH] core-updates: qtbase fails to compile on Linux < 3.17

2018-06-01 Thread Ricardo Wurmus
Ricardo Wurmus writes: > qtbase sometimes fails to build on core-updates. Of course that’s not just on “core-updates”. It’s a consequence of the qtbase upgrade on the “master” branch. -- Ricardo

[PATCH] core-updates: qtbase fails to compile on Linux < 3.17

2018-06-01 Thread Ricardo Wurmus
Hi Guix, qtbase sometimes fails to build on core-updates. I now know that it only fails on Linux < 3.17, which is why I’ve seen the failure only on RHEL6 and RHEL7 systems with Linux 2.6.32 and 3.10, respectively. With the attached patch, qtbase builds on all supported kernels as the minimum ker

[PATCH] gnu: sddm: Fix CMake build.

2018-06-01 Thread Rutger Helling
Thanks for this! You forgot to add a commit log and to add the patch to gnu/local.mk. I've made those changes and pushed your patch. pgpzxo7P534Ve.pgp Description: OpenPGP digital signature