bug#53700: Guix package is hardcoded in guix home

2023-03-30 Thread Andrew Tropin
On 2022-03-02 12:06, Ludovic Courtès wrote: > Hi, > > Gordon Quad skribis: > >> guix home uses guix package directly imported from (gnu packages >> package-management) gnu/home/services.scm:22 >> >> https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/home/services.scm#n22 >> >> It looks like for

bug#62163: Suppress logging shepherd evaluation in mcron.log

2023-03-30 Thread Maxim Cournoyer
Hi, Bruno Victal writes: > On 2023-03-30 11:22, Ludovic Courtès wrote: >> Hi, >> >> Bruno Victal skribis: >> >>> On 2023-03-28 17:25, Ludovic Courtès wrote: Nope. :-) What is ‘my-heartbeat-job’ doing? >>> >>> It queries shepherd to see if a service is running and sends a restart if

bug#40567: mpd-service-type needs a pre-existing user in system and does not works with a new user defined in config.scm

2023-03-30 Thread Bruno Victal
Hi Veera, On 2020-04-12 05:25, R Veera Kumar wrote: > Hi, > > This is to report: > mpd-service-type needs a pre-existing user in system and does not works > with a new user defined in config.scm. Running guix system reconfigure > gives some getpw error. > > Guix system reconfigure works fine if

bug#62448: [PATCH] doc: Note that `guix shell` should contain base language packages.

2023-03-30 Thread Josselin Poiret via Bug reports for GNU Guix
* doc/guix.texi (Invoking guix shell): Explain that python must be included in the invocation even if it is already available in the external environment. Suggested-by: Skyler --- doc/guix.texi | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix

bug#62448: Inconsistent guile enviornment from guix shell

2023-03-30 Thread Josselin Poiret via Bug reports for GNU Guix
Hi Skyler, It's a shame that nobody had pointed out this (quite common) missing piece earlier. Skyler via Bug reports for GNU Guix writes: > In spite of being reasonable, it is not particularly intuitive. Could I > recommend an addition to the manual in section "7.1 Invoking guix-shell", > ad

bug#62496: For network-manager-applet's nm-connection-editor, libnma needs to be installed

2023-03-30 Thread Maxim Cournoyer
Hi, Ludovic Courtès writes: > Hello, > > "P. p. phalantha" skribis: > >> Invoking nm-connection-editor from the command line and repeating these >> steps gave the informative error message: >> >> ``` >> (nm-connection-editor:1751): GLib-GIO-ERROR **: 02:02:58.502: Settings >> schema 'org.gnome.

bug#62513: network-manager updated to unstable version?

2023-03-30 Thread Maxim Cournoyer
Hi, Csepp writes: > Maxim Cournoyer writes: > >> Hi John, >> >> John Kehayias writes: >> >>> Hi Guix, >>> >>> (cc'ing Maxim as author of last few network-manager version updates.) >>> >>> I noticed a recent up date to network-manager to 1.43.4 (previously >>> 1.41.2 and 1.40.0) but can't find

bug#62547: --symlink option of "guix shell -C -F" is non-functional for /lib and /usr/lib, unlike /bin

2023-03-30 Thread Maxime Devos
$ guix shell -F -C tk -- some-software # ... libtk8.5 not found, let's choose version 8.5 $ LC_ALL=en_GB.UTF-8 guix shell -F -C tk@8.5 shell guix shell: error: tk: package not found for version 8.5 # Guix doesn't have version 8.5. Let's lie and pretend # that 8.5=8.6, maybe it will be ‘close en

bug#59131: gnu: emacs-magit: Tests fail.

2023-03-30 Thread Maxim Cournoyer
"(" writes: > Fixed independently of my patch by updating to that commit. Thanks for the heads-up; closing. -- Thanks, Maxim

bug#62513: network-manager updated to unstable version?

2023-03-30 Thread Csepp
Maxim Cournoyer writes: > Hi John, > > John Kehayias writes: > >> Hi Guix, >> >> (cc'ing Maxim as author of last few network-manager version updates.) >> >> I noticed a recent up date to network-manager to 1.43.4 (previously >> 1.41.2 and 1.40.0) but can't find a record of that release. In the

bug#62163: Suppress logging shepherd evaluation in mcron.log

2023-03-30 Thread Bruno Victal
On 2023-03-30 11:22, Ludovic Courtès wrote: > Hi, > > Bruno Victal skribis: > >> On 2023-03-28 17:25, Ludovic Courtès wrote: >>> >>> Nope. :-) What is ‘my-heartbeat-job’ doing? >> >> It queries shepherd to see if a service is running and sends a restart if >> required. > > Isn’t that what #:r

bug#62163: Suppress logging shepherd evaluation in mcron.log

2023-03-30 Thread Ludovic Courtès
Hi, Bruno Victal skribis: > On 2023-03-28 17:25, Ludovic Courtès wrote: >> >> Nope. :-) What is ‘my-heartbeat-job’ doing? > > It queries shepherd to see if a service is running and sends a restart if > required. Isn’t that what #:respawn? #t is supposed to do? :-) If you find that #:respaw