Re: system docker-image needs file-system

2020-01-15 Thread Efraim Flashner
On Wed, Jan 15, 2020 at 11:43:25PM +0100, Jimmy Thrasibule wrote: > I got it working by using > > > (bootloader (bootloader-configuration > (bootloader grub-efi-bootloader) > (target "noop"))) > > (file-systems (list (file-system >

Re: How can I change the Makeconf file of R to not use hardcoded, wrong include paths when compiling a package with Rcpp

2020-01-15 Thread Moritz Lell
Hi! thank you for your suggestions... they help me understand the "spirit" of this program, it is still quite new for me. While you're right that a manifest of R and all packages is the best way, I will still need R to compile something from time to time, for example C++ code from within my

Re: system docker-image needs file-system

2020-01-15 Thread Jimmy Thrasibule
I got it working by using (bootloader (bootloader-configuration (bootloader grub-efi-bootloader) (target "noop"))) (file-systems (list (file-system (device "noop") (mount-point "/")

Re: bug#38521: guix package: error: build of `...-youtube-viewer-3.5.8.drv' failed

2020-01-15 Thread Ludovic Courtès
Hi Pierre, Pierre Neidhardt skribis: > I've pushed a fix in 8fcb607780dc9809949c573865c5e1a04770d0c5. > The test was a benign check that didn't match pixbuf's behaviour: > > https://gitlab.gnome.org/GNOME/perl-gtk2/issues/3 Thanks for fixing it, now we can upgrade ‘youtube-viewer’ again. :-)

Re: what does this mean??

2020-01-15 Thread Ricardo Wurmus
wisdomlight--- via writes: > after my first guix pull > this came: > >> hint: After setting `PATH', run `hash guix' to make sure your shell refers to >> `/home/sherab/.config/guix/current/bin/guix'. > > what PATH do i need to set? You need to make sure that

what does this mean??

2020-01-15 Thread wisdomlight--- via
after my first guix pull this came: > hint: After setting `PATH', run `hash guix' to make sure your shell refers to > `/home/sherab/.config/guix/current/bin/guix'. what PATH do i need to set? How? How do I make sure the shell refers to ´/home/sherab/.config/guix/current/bin/guix ´ ?? Thanks

Re: Troubles in paradise

2020-01-15 Thread Ricardo Wurmus
wisdomlight--- via writes: > So > I am trying to install [Anki](https://apps.ankiweb.net/) > Then this error: > >> mv anki.1 /usr/local/share/man/man1/) >> xdg-mime install anki.xml --novendor >> make: xdg-mime: Command not found >> >> make: *** [Makefile:20: install] Error 127 > > I tried

Re: system docker-image needs file-system

2020-01-15 Thread Julien Lepiller
Le 15 janvier 2020 15:01:18 GMT-05:00, Josh Marshall a écrit : >I'll second this. It is one of my expected use cases. > >On Wed, Jan 15, 2020, 13:32 Jimmy Thrasibule > >wrote: > >> Hi, >> >> I'm trying to use Guix in order to create a Docker image. However, >I'm >> forced to set both

problem on running shepherd by unpriviledged user

2020-01-15 Thread Reza Alizadeh Majd
Hi Guix, I'm running a series of services by shepherd in user space after user login. the problem is that this shepherd instance keeps running after user logout. one other problem is that the communication socket of this shepherd instance which was created during login in

Re: system docker-image needs file-system

2020-01-15 Thread Josh Marshall
I'll second this. It is one of my expected use cases. On Wed, Jan 15, 2020, 13:32 Jimmy Thrasibule wrote: > Hi, > > I'm trying to use Guix in order to create a Docker image. However, I'm > forced to set both ``bootloader`` and ``file-systems`` initializers: > > system.scm:29:0: error:

system docker-image needs file-system

2020-01-15 Thread Jimmy Thrasibule
Hi, I'm trying to use Guix in order to create a Docker image. However, I'm forced to set both ``bootloader`` and ``file-systems`` initializers: system.scm:29:0: error: missing field initializers (bootloader file-systems) For a Docker image this is quite unexpected. I'm wondering whether

Re: Troubles in paradise

2020-01-15 Thread Josh Marshall
If I am not mistaken, that error happens when a dependency (in this case make) is missing from the package's 'native-inputs' field for dependencies. But make should still be pulled from requiring the make build flow, so maybe that got omitted. So if you fix the packaging .scm I'm sure someone

Re: How to present Guix to a wider audience

2020-01-15 Thread sirgazil
Hi, Pierre On Wed, 15 Jan 2020 03:59:00 -0500 Pierre Neidhardt wrote > Thank you all for the reviews and the kind feedback! > > It seems that the draft was met with success for now. > So what about including it on Guix' website, maybe with a big link to it > on the front page?

Re: Mouse issue

2020-01-15 Thread pelzflorian (Florian Pelz)
On Wed, Jan 15, 2020 at 04:32:30PM +, wisdomlight--- via wrote: > Guix on my MacBook Air 13” > > most times of booting the system the mouse goes only up and down. > It is stuck on the right side of the screen and just goes up and down. Ohh I thought I was the only one with that issue. Are

Mouse issue

2020-01-15 Thread wisdomlight--- via
Guix on my MacBook Air 13” most times of booting the system the mouse goes only up and down. It is stuck on the right side of the screen and just goes up and down. The log in window is there and I can access the login box by using the TAB key. Even when logging in the system does not really

Re: Icecat displays mahjong characters instead of alphabet

2020-01-15 Thread Todor Kondić
On Wednesday, 15 January 2020 11:53, Todor Kondić wrote: > I know similar questions have been asked here and the problem came and went > time and again for me personally, but here I am, a new Guix/PopOs > installation and icecat throwing fits. > > The icecat GUI (including the input text

Re: protect generations

2020-01-15 Thread Efraim Flashner
> > For example, let consider this scenario: > > guix package --install list of packages # (1) > guix package -i other ones -r some # (2) > guix package --upgrade # (3) > guix package -i again -r bye bye # (4) > guix package --roll-back # (5) > guix package -i kikoo # (6) > etc. > >