l...@gnu.org (Ludovic Courtès) writes:
> On current ‘core-updates’, we have:
>
> $ readlink -f $(type -P gcc)
> /gnu/store/zrhwhlqqk51qslbddk4cip2z2p3fpvxd-gcc-5.5.0/bin/gcc
> ludo@ribbon /home/ludo/src/guix/+core-updates$ cat strmov-ice.c
> #define _GNU_SOURCE
> #include
>
> void foo (char *x)
>
My laptop broke and now I use my formerly internal hard disk as an
external hard disk in another laptop. It booted fine but I could not
reconfigure maybe because Guix checks for a wrong spelling of the
usb-storage module.
When I pulled
1458f768c1049812166228b8526128b199518e50
and reconfigured I
On Sun, Jun 03, 2018 at 10:29:43PM +0200, Ludovic Courtès wrote:
> Pjotr Prins skribis:
>
> > On Fri, Jun 01, 2018 at 02:13:10PM +0200, Ludovic Courtès wrote:
> >> Thanks for your support! We’ll still have to make the whole build
> >> process faster but yeah, that’s one important step towards 1.
2018-06-04 13:45 GMT+02:00 Ludovic Courtès :
> Hi Gábor,
>
> Gábor Boskovits skribis:
>
> > Make clean removes:
> > doc/contributing.fr.texi
> > doc/guix.fr.texi
> >
> > We had a discussion on #guix with roptat, and a few others.
> > I have found out, that after removing $(TRANSLATED_INFO)
> > fr
Hi Guix,
qutebrowser fails to start with the recent python-pyqt upgrade,
possibly due to the removed qtwebkit input.
The following error occurs:
---
Fatal error: QtWebEngine is required to run qutebrowser but could not
be imported! Maybe it's not installed?
The error encountered was:
No module
Hi Gábor,
Gábor Boskovits skribis:
> Make clean removes:
> doc/contributing.fr.texi
> doc/guix.fr.texi
>
> We had a discussion on #guix with roptat, and a few others.
> I have found out, that after removing $(TRANSLATED_INFO)
> from $(BUILT_SOURCES) in doc/local.mk these files are not
> deleted
Hello!
Konrad Hinsen skribis:
> Just wondering: does this mean that I could substitute Guix from my local
> source tree simply by doing
>
>./pre-inst-env guix package -p ~/.config/guix/current -i guix
That would just install the snapshot that the ‘guix’ package refers to
(it’s defined in (g
Hello,
On current ‘core-updates’, we have:
--8<---cut here---start->8---
$ readlink -f $(type -P gcc)
/gnu/store/zrhwhlqqk51qslbddk4cip2z2p3fpvxd-gcc-5.5.0/bin/gcc
ludo@ribbon /home/ludo/src/guix/+core-updates$ cat strmov-ice.c
#define _GNU_SOURCE
#include
vo