[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
B
B
Bastien Rivière wrote on 26 Apr 2022 19:31
(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
L
L
Ludovic Courtès wrote on 29 Apr 2022 14:48
(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
A
A
Andrew Tropin wrote on 3 May 2022 12:19
(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
?