GNU bug report logs - #78597
[PATCH 0/2] Update mpv configuration

Previous Next

Package: guix-patches;

Reported by: Tomas Volf <~@wolfsden.cz>

Date: Mon, 26 May 2025 21:17:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Full log


View this message in rfc822 format

From: Tomas Volf <~@wolfsden.cz>
To: 78597 <at> debbugs.gnu.org
Cc: Tomas Volf <~@wolfsden.cz>, Sergey Trofimov <sarg <at> sarg.org.ru>, Andrew Tropin <andrew <at> trop.in>, Hilton Chain <hako <at> ultrarare.space>, Janneke Nieuwenhuizen <janneke <at> gnu.org>, Ludovic Courtès <ludo <at> gnu.org>, Tanguy Le Carrour <tanguy <at> bioneland.org>
Subject: [bug#78597] [PATCH v3] home-mpv-configuration: Fix mpv/list-of-file.
Date: Tue, 27 May 2025 14:48:32 +0200
* gnu/home/services/mpv.scm (serialize-mpv/list-of-file): Use : as delimiter.

Reported-by: Sergey Trofimov <sarg <at> sarg.org.ru>
Change-Id: I7e55b306104c235d165ab138397b767f1af5c124
---
v2: Use : as delimiter in mpv/list-of-file.
v3: Rebase on master.

 gnu/home/services/mpv.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/home/services/mpv.scm b/gnu/home/services/mpv.scm
index 50d3f06c46..54c6b86680 100644
--- a/gnu/home/services/mpv.scm
+++ b/gnu/home/services/mpv.scm
@@ -227,7 +227,7 @@ (define (mpv/list-of-string? lst)
 (define (serialize-mpv/list-of-file field-name lst)
   #~(string-append #$(symbol->string field-name)
                    "="
-                   (string-join '#$lst ",")
+                   (string-join '#$lst ":")
                    "\n"))
 (define (mpv/list-of-file? lst)
   (every mpv/file? lst))
--
2.49.0




This bug report was last modified 6 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.