unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#55132] [PATCH] home: shells: Migrate fish to xdg-configuration-files.
@ 2022-04-26 17:31 Bastien Rivière
  2022-04-29 12:48 ` bug#55132: " Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Bastien Rivière @ 2022-04-26 17:31 UTC (permalink / raw)
  To: 55132

* 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(-)

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
-- 
2.35.1





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#55132: [PATCH] home: shells: Migrate fish to xdg-configuration-files.
  2022-04-26 17:31 [bug#55132] [PATCH] home: shells: Migrate fish to xdg-configuration-files Bastien Rivière
@ 2022-04-29 12:48 ` Ludovic Courtès
  2022-05-03 10:19   ` [bug#55132] " Andrew Tropin
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2022-04-29 12:48 UTC (permalink / raw)
  To: Bastien Rivière; +Cc: 55132-done

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’.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#55132] [PATCH] home: shells: Migrate fish to xdg-configuration-files.
  2022-04-29 12:48 ` bug#55132: " Ludovic Courtès
@ 2022-05-03 10:19   ` Andrew Tropin
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Tropin @ 2022-05-03 10:19 UTC (permalink / raw)
  To: Ludovic Courtès, Bastien Rivière; +Cc: 55132-done

[-- Attachment #1: Type: text/plain, Size: 489 bytes --]

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.

-- 
Best regards,
Andrew Tropin

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 853 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-03 10:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-26 17:31 [bug#55132] [PATCH] home: shells: Migrate fish to xdg-configuration-files Bastien Rivière
2022-04-29 12:48 ` bug#55132: " Ludovic Courtès
2022-05-03 10:19   ` [bug#55132] " Andrew Tropin

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).