mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
services: readymedia: Add trailing newline after media_dir lines.
* gnu/services/upnp.scm (readymedia-configuration->config-file): Add trailing newline after media_dir lines. Change-Id: Ib2e584f22526f1969098b843c4be6ee386ed809c Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
parent
551a2b293e
commit
0aa52bcb28
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@
|
||||||
(match types
|
(match types
|
||||||
(() (list))
|
(() (list))
|
||||||
(_ (list ",")))
|
(_ (list ",")))
|
||||||
(list path))))
|
(list path "\n"))))
|
||||||
media-directories)
|
media-directories)
|
||||||
(map (match-lambda
|
(map (match-lambda
|
||||||
((key . value)
|
((key . value)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue