From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41601) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZMzb-0000Bx-3k for guix-patches@gnu.org; Mon, 25 Nov 2019 17:38:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iZMza-0007Qa-4F for guix-patches@gnu.org; Mon, 25 Nov 2019 17:38:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:43890) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iZMza-0007QU-0R 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 1iZMzZ-0001lv-V9 for guix-patches@gnu.org; Mon, 25 Nov 2019 17:38:01 -0500 Subject: [bug#38319] [PATCH 2/4] guix: Fix wrap-qt-program. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20191122093730.6164-1-h.goebel@crazy-compilers.com> <20191122093730.6164-2-h.goebel@crazy-compilers.com> Date: Mon, 25 Nov 2019 23:37:08 +0100 In-Reply-To: <20191122093730.6164-2-h.goebel@crazy-compilers.com> (Hartmut Goebel's message of "Fri, 22 Nov 2019 10:37:28 +0100") Message-ID: <87a78jvazv.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 Hello, Hartmut Goebel skribis: > Paths added here need to match qtbase's native-search-path specifications. ^~~~~ =E2=80=9CFile names=E2=80=9D or =E2=80=9Cdirectory names=E2=80=9D. > * guix/build/qt-utils.scm(wrap-qt-program): Change paths used for ^ Missing space. :-) LGTM! If I=E2=80=99m not mistaken, less than a dozen of packages depend on this f= ile, right? If that=E2=80=99s the case, this can go to master. Thanks, Ludo=E2=80=99.