From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57850) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f2J3x-00022n-RW for guix-patches@gnu.org; Sat, 31 Mar 2018 12:09:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f2J3u-0000qo-Eu for guix-patches@gnu.org; Sat, 31 Mar 2018 12:09:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53482) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f2J3u-0000qY-Am for guix-patches@gnu.org; Sat, 31 Mar 2018 12:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f2J3t-0005Kl-Ta for guix-patches@gnu.org; Sat, 31 Mar 2018 12:09:01 -0400 Subject: [bug#30991] [PATCH v2 3/3] services: Add ModemManager to '%desktop-services'. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180329222140.21590-1-dannym@scratchpost.org> <20180329222140.21590-4-dannym@scratchpost.org> Date: Sat, 31 Mar 2018 18:08:35 +0200 In-Reply-To: <20180329222140.21590-4-dannym@scratchpost.org> (Danny Milosavljevic's message of "Fri, 30 Mar 2018 00:21:40 +0200") Message-ID: <878ta8kz24.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: Danny Milosavljevic Cc: 30991@debbugs.gnu.org Hello Danny, Danny Milosavljevic skribis: > * gnu/services/desktop.scm (%desktop-services): Add ModemManager. I would not add it to =E2=80=98%desktop-services=E2=80=99 because I=E2=80= =99d think it=E2=80=99s not a very common requirement, but I don=E2=80=99t know. WDYT? Thanks, Ludo=E2=80=99.