From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:54121) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hm3Nk-0005Lr-Rf for guix-patches@gnu.org; Fri, 12 Jul 2019 17:47:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hm3Nf-00006O-Em for guix-patches@gnu.org; Fri, 12 Jul 2019 17:47:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60288) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hm3Ne-0008VK-4B for guix-patches@gnu.org; Fri, 12 Jul 2019 17:47:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hm3Ne-0006VN-1r for guix-patches@gnu.org; Fri, 12 Jul 2019 17:47:02 -0400 Subject: bug#36580: [PATCH] gnu: cmus: Support AAC format. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190710153143.22858-1-timotej.lazar@araneo.si> Date: Fri, 12 Jul 2019 23:46:06 +0200 In-Reply-To: <20190710153143.22858-1-timotej.lazar@araneo.si> (Timotej Lazar's message of "Wed, 10 Jul 2019 17:31:43 +0200") Message-ID: <87ims7c4f5.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: Timotej Lazar Cc: 36580-done@debbugs.gnu.org Hi, Timotej Lazar skribis: > * gnu/packages/music.scm (cmus)[inputs]: Add faad2. Applied, thanks! Ludo=E2=80=99.