From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: [PATCH 20/24] gnu: bitcoin-core: Use modular qt. Date: Tue, 16 Aug 2016 20:39:34 +0200 Message-ID: <20160816183938.22794-20-david@craven.ch> References: <20160816183938.22794-1-david@craven.ch> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZjHY-00025j-T3 for guix-devel@gnu.org; Tue, 16 Aug 2016 14:40:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZjHY-0006Sn-3b for guix-devel@gnu.org; Tue, 16 Aug 2016 14:40:12 -0400 Received: from so254-10.mailgun.net ([198.61.254.10]:43737) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZjHW-0006JN-Sv for guix-devel@gnu.org; Tue, 16 Aug 2016 14:40:12 -0400 In-Reply-To: <20160816183938.22794-1-david@craven.ch> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Cc: David Craven * gnu/packages/finance.scm (bitcoin-core)[inputs]: Add QTBASE. Remove QT. --- gnu/packages/finance.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 179e325..21a2276 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -67,7 +67,7 @@ ("miniupnpc" ,miniupnpc) ("openssl" ,openssl) ("protobuf" ,protobuf) - ("qt" ,qt))) + ("qtbase" ,qtbase))) (arguments `(#:configure-flags (list -- 2.9.0