From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51770) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eiz8j-00026o-Jm for guix-patches@gnu.org; Tue, 06 Feb 2018 04:02:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eiz8c-0002Tt-5M for guix-patches@gnu.org; Tue, 06 Feb 2018 04:02:09 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:51621) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eiz8c-0002Tp-1P for guix-patches@gnu.org; Tue, 06 Feb 2018 04:02:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eiz8b-0003pI-ON for guix-patches@gnu.org; Tue, 06 Feb 2018 04:02:01 -0500 Subject: [bug#30340] [PATCH 1/6] gnu: qtbase: Use the store paths for other packages and dynamically loaded libs. Resent-Message-ID: Date: Tue, 6 Feb 2018 10:00:57 +0100 From: Danny Milosavljevic Message-ID: <20180206100057.5fce0725@scratchpost.org> In-Reply-To: <20180203192505.29516-1-h.goebel@crazy-compilers.com> References: <20180203192212.29173-1-h.goebel@crazy-compilers.com> <20180203192505.29516-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: 30340@debbugs.gnu.org > + ;; libresolve. TODO: Check is this is really required > + (let ((glibc (assoc-ref inputs ,(if (%current-target-system) > + "cross-libc" "libc")))) > + (substitute* '("src/network/kernel/qdnslookup_unix.cpp" > + "src/network/kernel/qhostinfo_unix.cpp") > + (("^\\s*(lib.setFileName\\(QLatin1String\\(\")(resolv\"\\)\\);)" _ a b) > + (string-append a glibc "/lib/lib" b)))) Any news on this? >+ ;; libXcu[ ]sor ^r Otherwise LGTM.