From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41604) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZMzb-0000By-At for guix-patches@gnu.org; Mon, 25 Nov 2019 17:38:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iZMza-0007RL-GQ for guix-patches@gnu.org; Mon, 25 Nov 2019 17:38:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:43891) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iZMza-0007R5-D1 for guix-patches@gnu.org; Mon, 25 Nov 2019 17:38:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iZMza-0001m2-Bk for guix-patches@gnu.org; Mon, 25 Nov 2019 17:38:02 -0500 Subject: [bug#38319] [PATCH 3/4] gnu: python-pyqt: Fix output directory for plugins. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20191122093730.6164-1-h.goebel@crazy-compilers.com> <20191122093730.6164-3-h.goebel@crazy-compilers.com> Date: Mon, 25 Nov 2019 23:37:45 +0100 In-Reply-To: <20191122093730.6164-3-h.goebel@crazy-compilers.com> (Hartmut Goebel's message of "Fri, 22 Nov 2019 10:37:29 +0100") Message-ID: <875zj7vayu.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: Hartmut Goebel Cc: 38319@debbugs.gnu.org Hartmut Goebel skribis: > This defaults to QT_INSTALL_PLUGINS, thus we should use the same > sub-path ($out/lib/qt5/plugins) here. =E2=80=9Csub-directory=E2=80=9D :-) > * gnu/packages/qt.scm(python-pyqt)[arguments]{configure}: > Change base path for plugins. =E2=80=9Cbase file name=E2=80=9D LGTM, thanks! Ludo=E2=80=99.