diff mbox series

[bug#55132] home: shells: Migrate fish to xdg-configuration-files.

Message ID 49f62121-d889-4823-b2aa-8da43b7c380f@www.fastmail.com
State Accepted
Headers show
Series [bug#55132] home: shells: Migrate fish to xdg-configuration-files. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Bastien Rivière April 26, 2022, 5:31 p.m. UTC
* gnu/home/services/shells.scm (home-fish-service-type): Use new
xdg-configuration-files-service-type service.
---
 gnu/home/services/shells.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Ludovic Courtès April 29, 2022, 12:48 p.m. UTC | #1
Hi Bastien,

Bastien Rivière <me@babariviere.com> skribis:

> * gnu/home/services/shells.scm (home-fish-service-type): Use new
> xdg-configuration-files-service-type service.

Applied, thanks!

Ludo’.
Andrew Tropin May 3, 2022, 10:19 a.m. UTC | #2
On 2022-04-29 14:48, Ludovic Courtès wrote:

> Hi Bastien,
>
> Bastien Rivière <me@babariviere.com> skribis:
>
>> * gnu/home/services/shells.scm (home-fish-service-type): Use new
>> xdg-configuration-files-service-type service.
>
> Applied, thanks!

Seems there was an earlier patch, which slipped off:
https://issues.guix.gnu.org/52808#18

Got the report for this problem today, Bastien and Ludovic, thank you
for the fix and merge.
diff mbox series

Patch

diff --git a/gnu/home/services/shells.scm b/gnu/home/services/shells.scm
index d96c951cd8..fd5a66090d 100644
--- a/gnu/home/services/shells.scm
+++ b/gnu/home/services/shells.scm
@@ -586,7 +586,7 @@  (define-configuration home-fish-configuration
    serialize-fish-abbreviations))
 
 (define (fish-files-service config)
-  `(("config/fish/config.fish"
+  `(("fish/config.fish"
      ,(mixed-text-file
        "fish-config.fish"
        #~(string-append "\
@@ -650,7 +650,7 @@  (define home-fish-service-type
   (service-type (name 'home-fish)
                 (extensions
                  (list (service-extension
-                        home-files-service-type
+                        home-xdg-configuration-files-service-type
                         fish-files-service)
                        (service-extension
                         home-profile-service-type