From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41413) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iZMxf-0008SH-JZ for guix-patches@gnu.org; Mon, 25 Nov 2019 17:36:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iZMxe-0004fU-N1 for guix-patches@gnu.org; Mon, 25 Nov 2019 17:36:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:43883) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iZMxe-0004fM-KB for guix-patches@gnu.org; Mon, 25 Nov 2019 17:36:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iZMxe-0001iX-HC for guix-patches@gnu.org; Mon, 25 Nov 2019 17:36:02 -0500 Subject: [bug#38319] [PATCH 1/4] gnu: sddm: Fix output directory for QML files. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20191122093556.6077-1-h.goebel@crazy-compilers.com> <20191122093730.6164-1-h.goebel@crazy-compilers.com> Date: Mon, 25 Nov 2019 23:35:15 +0100 In-Reply-To: <20191122093730.6164-1-h.goebel@crazy-compilers.com> (Hartmut Goebel's message of "Fri, 22 Nov 2019 10:37:27 +0100") Message-ID: <87ftibvb30.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: > Path must match qtbase's native-search-path specification, otherwise it > will not be picked up by other packages. > > * gnu/packages/display-managers.scm(sddm)[arguments]: > Change value of "-DQT_IMPORTS_DIR". LGTM!