bug#56610: Guix Home placing dotfiles in wrong directory.

2022-07-17 Thread Andrew Tropin
On 2022-07-17 03:07, Raghav Gururajan via Bug reports for wrote: > Hello Guix, > > home-files-service-type is placing configuration files in `~/config/foo` > instead of `~/.config/foo`. > > For example, the following guix-home service should place the git > configuration in ~/.config/git`. But i

bug#56567: [BUG] Gnome doesn't recognize applications path for flatpak

2022-07-17 Thread Liliana Marie Prikler
Am Sonntag, dem 17.07.2022 um 06:03 + schrieb Jacob Hrbek: > Why is making a user configuration saner in comparison to making it > work out of the box? Because in this instance "making it work out of the box" entails statefulness that most Guix users would typically like to avoid. Plus, we are

bug#56625: [core-updates] libaio test fails on powerpc64le-linux due to kernel bug

2022-07-17 Thread Thiago Jung Bauermann via Bug reports for GNU Guix
On the core-updates branch, libaio has been updated to version 0.3.113. This version contains a new test which fails on guixp9 (one of the powerpc64le-linux builders) due to a bug present in the kernel it is running: --8<---cut here---start->8--- Starting case

bug#56545: guix time-machine/shell throws "unsupported manifest format" error

2022-07-17 Thread Ludovic Courtès
Hi! Maxim Cournoyer scribes: > and the channels.scm file: > > (list (channel >(inherit %default-guix-channel) >(commit > "ceeb2bfcaeb4380e01d26c8425e28b94ac13558a"))) ;2022-06-07 > > > and was surprised to be greeted with the following error: > > (repl-version 0 1 1) > (e

bug#56619: Inkscape crashes on startup, renders package unusable

2022-07-17 Thread Justus Winter
Thorsten Wilms writes: > On Sun, 17 Jul 2022 18:22:05 +0200 > Justus Winter wrote: > >> Inkscape 1.1.1 crashes on startup on my machine, rendering the package >> unusable. > >> (org.inkscape.Inkscape:10197): Gtk-WARNING **: 18:11:02.121: Could not load >> image 'resources/template_about.svg': C

bug#56619: Inkscape crashes on startup, renders package unusable

2022-07-17 Thread Thorsten Wilms
On Sun, 17 Jul 2022 18:22:05 +0200 Justus Winter wrote: > Inkscape 1.1.1 crashes on startup on my machine, rendering the package > unusable. > (org.inkscape.Inkscape:10197): Gtk-WARNING **: 18:11:02.121: Could not load > image 'resources/template_about.svg': Couldn’t recognize the image file >

bug#52823: [PATCH 2/2] gnu: gx-saturator-lv2: Update to latest commit to fix build issue.

2022-07-17 Thread Thorsten Wilms
* gnu/packages/music.scm (gx-saturator-lv2): Update to latest commit to fix build issue. --- gnu/packages/music.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index a529d8de8d..498f4b8deb 100644 --- a/gnu/packages/music.

bug#52823: [PATCH 1/2] gnu: gx-vbass-preamp-lv2: Update to latest commit to fix build issue.

2022-07-17 Thread Thorsten Wilms
* gnu/packages/music.scm (gx-vbass-preamp-lv2): Update to latest commit to fix build issue. --- gnu/packages/music.scm | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 5bc5724370..a529d8de8d 100644 --- a/gnu/packa

bug#52823: [PATCH 0/2] gnu: update gx plugins that failed to build.

2022-07-17 Thread Thorsten Wilms
Hi! gx-slow-gear-lv2 already works in the current tree. Updates for gx-saturator-lv2 and gx-vbass-preamp-lv2 that make them build again follow. -- Thorsten Wilms

bug#56619: Inkscape crashes on startup, renders package unusable

2022-07-17 Thread Justus Winter
Hello, Inkscape 1.1.1 crashes on startup on my machine, rendering the package unusable. % guix package -I |grep inkscape inkscape1.1.1 out /gnu/store/cpj62b4rwn4dkkhysknsyfha4bplcgil-inkscape-1.1.1 I've run it in a clean environment, and it still crashes:

bug#56334: Should asdf-build-system/sbcl use load-system instead of compile-system?

2022-07-17 Thread Pierre Neidhardt
I've pushed the SBCL closure size reduction. I'll be the road for a while, unable to work on this patch, so if anyone wants to work on it and merge, please go ahead :) Left to do: - Suggestion: add a keyword to choose between asdf:compile-system and asdf:load-system (default should be asdf:loa

bug#56595: failed to compute derivation for Guix f6904c0

2022-07-17 Thread Maxime Devos
Looks like a duplicate of . Could you confirm by checking ~/.gitconfig? Greetings, Maxime

bug#54691: [PATCH] gnu: fortune-mod: Remove off database.

2022-07-17 Thread Csepp
Liliana Marie Prikler writes: > Am Samstag, dem 16.07.2022 um 15:40 +0200 schrieb Csepp: >> >> Liliana Marie Prikler writes: >> >> > merge 56599 54691 >> > thanks >> > >> > Am Samstag, dem 16.07.2022 um 14:21 +0200 schrieb raingloom: >> > > * gnu/packages/games.scm (fortune-mod): Delete off

bug#56610: Guix Home placing dotfiles in wrong directory.

2022-07-17 Thread Oleg Pykhalov
Hi, Raghav Gururajan via Bug reports for GNU Guix writes: > home-files-service-type is placing configuration files in `~/config/foo` > instead of `~/.config/foo`. > > For example, the following guix-home service should place the git > configuration in ~/.config/git`. But it creates a new directo

bug#56610: Guix Home placing dotfiles in wrong directory.

2022-07-17 Thread Raghav Gururajan via Bug reports for GNU Guix
Hello Guix, home-files-service-type is placing configuration files in `~/config/foo` instead of `~/.config/foo`. For example, the following guix-home service should place the git configuration in ~/.config/git`. But it creates a new directory `~/config/git` and places the file there. (