From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50605) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eiz3p-0007Qt-PB for guix-patches@gnu.org; Tue, 06 Feb 2018 03:57:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eiz3m-0000Qe-OG for guix-patches@gnu.org; Tue, 06 Feb 2018 03:57:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:51612) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eiz3m-0000QY-KR for guix-patches@gnu.org; Tue, 06 Feb 2018 03:57:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eiz3m-0001lN-5b for guix-patches@gnu.org; Tue, 06 Feb 2018 03:57:02 -0500 Subject: [bug#30340] [PATCH 4/6] gnu: qtserialport: Use the store paths for dynamically loaded libs. Resent-Message-ID: Date: Tue, 6 Feb 2018 09:55:59 +0100 From: Danny Milosavljevic Message-ID: <20180206095559.5d224217@scratchpost.org> In-Reply-To: <20180203192505.29516-4-h.goebel@crazy-compilers.com> References: <20180203192505.29516-1-h.goebel@crazy-compilers.com> <20180203192505.29516-4-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 On Sat, 3 Feb 2018 20:25:03 +0100 Hartmut Goebel wrote: > Adobt the NixOS patches as of 2018-01-19 for qtserialport. ^p LGTM otherwise.