[PATCH] home: shells: Migrate fish to xdg-configuration-files.

  • Done
  • quality assurance status badge
Details
3 participants
  • Andrew Tropin
  • Ludovic Courtès
  • Bastien Rivière
Owner
unassigned
Submitted by
Bastien Rivière
Severity
normal

Debbugs page

Bastien Rivière wrote 3 years ago
(address . guix-patches@gnu.org)
49f62121-d889-4823-b2aa-8da43b7c380f@www.fastmail.com
* 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(-)

Toggle diff (24 lines)
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
Ludovic Courtès wrote 3 years ago
(name . Bastien Rivière)(address . me@babariviere.com)(address . 55132-done@debbugs.gnu.org)
87pml08398.fsf@gnu.org
Hi Bastien,

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

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

Applied, thanks!

Ludo’.
Closed
Andrew Tropin wrote 3 years ago
(address . 55132-done@debbugs.gnu.org)
87pmkurka1.fsf@trop.in
On 2022-04-29 14:48, Ludovic Courtès wrote:

Toggle quote (9 lines)
> 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:

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

--
Best regards,
Andrew Tropin
-----BEGIN PGP SIGNATURE-----

iQJDBAEBCgAtFiEEKEGaxlA4dEDH6S/6IgjSCVjB3rAFAmJxAZYPHGFuZHJld0B0
cm9wLmluAAoJECII0glYwd6wwo8P/1PLFcrfq0vJQjefyDQwgwM1ycvxl/tXXNwq
pa8t6WDB5HQ0UFPuFgOHsnkWdHMuHVQnVUfTYzcNkqjyYTvu/bx2CWMsYIK3hiDN
vj+TNtgefkACYfuacH9mNGkEeyLXBqmnCGdTDifTRRygTaWROZfyZNWfIg0qxJA/
9yxRQvnIns6i6w4K2zL5WuqShYhO9vSieMGGSDOmnAPhZQ3dBs861LNL1CR0TA21
I/j68qykzNvSXgxFKaGPxUqYpvzJ27/MU7JB6LFP6Gy2hM/MLwbNuooCviZgULlt
3gqlyzQ8FE4pHNFHGSJ42+OQkWaahgeYlGqeOZ2CSEOPIACWSWm9nFTsEogt9goE
tUa4pRMQWO4vVYbVvrBfwpHgQrtK+faUZi5nhgPShJJy3Si1ZRa9LZoE5qOAqcJX
W7h9/Y6bD7MwS0CmQPFpKW/VVCwEN4lshx7B6WWeyBlzgMh1TeKbJJn7z9sxuO2k
1N1M0VtrZ+EP63iWOZOOW7iCX7R2mYp3O5AFo6M1KL5rwZkujFckApV3OD1Qdcvz
NkQBo7SHgDv9l/QuTN3OvBXnyt+HhaZmBXDmkikiMetXGc61gL/CrM7EBmFJzYKP
zExfC6r6xPHdqdEE+vnStDyCD727gM3beTzSk6KUsA4mhThPLt/TJC7UlBvp9xYZ
JQdH93FZ
=BGSc
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 55132@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 55132
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help