From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:36226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h4v0h-0002is-S2 for guix-patches@gnu.org; Fri, 15 Mar 2019 18:09:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h4v0h-0004Jv-2a for guix-patches@gnu.org; Fri, 15 Mar 2019 18:09:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60257) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h4v0g-0004JV-RR for guix-patches@gnu.org; Fri, 15 Mar 2019 18:09:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h4v0g-0004aT-HZ for guix-patches@gnu.org; Fri, 15 Mar 2019 18:09:02 -0400 Subject: bug#34693: [PATCH] services: mpd: add more configuration options Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87imwtha5s.fsf@gnu.org> <20190308132916.18113-1-anothersms@gmail.com> Date: Fri, 15 Mar 2019 23:08:13 +0100 In-Reply-To: <20190308132916.18113-1-anothersms@gmail.com> ("=?UTF-8?Q?Nicol=C3=B2?= Balzarotti"'s message of "Fri, 8 Mar 2019 14:29:17 +0100") Message-ID: <878sxf3i5u.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: =?UTF-8?Q?Nicol=C3=B2?= Balzarotti Cc: 34693-done@debbugs.gnu.org Hi Nicol=C3=B2, Nicol=C3=B2 Balzarotti skribis: > From: nixo > > * gnu/services/audio.scm (): Add 'db-file', 'state-fil= e' > and 'sticker-file' fields. > * doc/guix.texi (Music Player Daemon): Document it. Applied, thank you! Ludo=E2=80=99.