Re: Error with mcron-configuration

2018-07-09 Thread Clément Lassieur
Jone writes: > *> But only it still does not work!* > > With current system version all Ok: > > #> sudo herd status mcron > Status of mcron: > It is started. > Running value is 298. > It is enabled. > Provides (mcron). > Requires (user-processes). > Conflicts with (). > Will be resp

Re: Error with mcron-configuration

2018-07-09 Thread Jone
*> But only it still does not work!* With current system version all Ok: #> sudo herd status mcron Status of mcron: It is started. Running value is 298. It is enabled. Provides (mcron). Requires (user-processes). Conflicts with (). Will be respawned. ps ax | grep mcron 298 ?

Re: How to replace package in system configuration?

2018-07-09 Thread Ludovic Courtès
Marius Bakke skribis: > (name "colord-minimal") > (inputs '()) ;look ma, no dependencies! > (arguments > `(#:configure-flags '("--disable-sane") Isn’t that insane? Ludo’.

Re: ~/.config/guix/current

2018-07-09 Thread Ludovic Courtès
Hello Mikhail, Mikhail Kryshen skribis: > Is there some reason why "guix pull" keeps profile symlinks in > ~/.config/guix instead of under /var/guix/profiles? It’s mostly because it takes less code to do it this way. :-) This was briefly discussed during the submission of this patch series. >