From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48367) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fWS99-00068K-Lr for guix-patches@gnu.org; Fri, 22 Jun 2018 15:55:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fWS98-0005NU-RI for guix-patches@gnu.org; Fri, 22 Jun 2018 15:55:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:52711) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fWS98-0005NN-N0 for guix-patches@gnu.org; Fri, 22 Jun 2018 15:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fWS98-0001xU-DC for guix-patches@gnu.org; Fri, 22 Jun 2018 15:55:02 -0400 Subject: [bug#31934] [PATCH] Fix ALSA_PLUGIN_DIR usage Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: Date: Fri, 22 Jun 2018 21:54:45 +0200 In-Reply-To: (Julien Lepiller's message of "Fri, 22 Jun 2018 14:39:33 +0200") Message-ID: <871scyy4u2.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: Julien Lepiller Cc: 31934@debbugs.gnu.org Hello, Julien Lepiller skribis: > Hi, this patch fixes an issue with the patch for alsa-lib and defines > a search-path rather than a native-search-path. In order to make the > alsa-service work properly, you still need to have alsa-lib and > alsa-plugins:pulseaudio in the same profile, and point ALSA_PLUGIN_DIR > to $PROFILE/lib/alsa-lib. Could you clarify which issue this fixes? Also, I think you really want =E2=80=98native-search-paths=E2=80=99 and not =E2=80=98search-paths=E2=80=99. The latter is meant to be used by things l= ike cross-compilers. Thanks, Ludo=E2=80=99.