emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55132: closed ([PATCH] home: shells: Migrate fish to xdg-configurati


From: GNU bug Tracking System
Subject: bug#55132: closed ([PATCH] home: shells: Migrate fish to xdg-configuration-files.)
Date: Fri, 29 Apr 2022 12:49:02 +0000

Your message dated Fri, 29 Apr 2022 14:48:03 +0200
with message-id <87pml08398.fsf@gnu.org>
and subject line Re: bug#55132: [PATCH] home: shells: Migrate fish to 
xdg-configuration-files.
has caused the debbugs.gnu.org bug report #55132,
regarding [PATCH] home: shells: Migrate fish to xdg-configuration-files.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
55132: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55132
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] home: shells: Migrate fish to xdg-configuration-files. Date: Tue, 26 Apr 2022 19:31:11 +0200 User-agent: Cyrus-JMAP/3.7.0-alpha0-569-g7622ad95cc-fm-20220421.002-g7622ad95
* 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#55132: [PATCH] home: shells: Migrate fish to xdg-configuration-files. Date: Fri, 29 Apr 2022 14:48:03 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]