From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id gJ8bLiiQA1/MPQAA0tVLHw (envelope-from ) for ; Mon, 06 Jul 2020 20:57:12 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id 8GF/KSiQA1+SVgAAB5/wlQ (envelope-from ) for ; Mon, 06 Jul 2020 20:57:12 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 059E39401D0 for ; Mon, 6 Jul 2020 20:57:11 +0000 (UTC) Received: from localhost ([::1]:55638 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jsYAn-0002Jq-8h for larch@yhetil.org; Mon, 06 Jul 2020 16:57:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56684) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jsYAg-0002EV-3G for guix-patches@gnu.org; Mon, 06 Jul 2020 16:57:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:51670) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jsYAf-0005eo-Qh for guix-patches@gnu.org; Mon, 06 Jul 2020 16:57:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jsYAf-00012U-QR for guix-patches@gnu.org; Mon, 06 Jul 2020 16:57:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42229] [PATCH 7/9] gnu: libringclient: Do not propagate qtbase in libringclient. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 06 Jul 2020 20:57:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42229 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Jan Wielkiewicz Cc: 42229@debbugs.gnu.org Received: via spool by 42229-submit@debbugs.gnu.org id=B42229.15940689873932 (code B ref 42229); Mon, 06 Jul 2020 20:57:01 +0000 Received: (at 42229) by debbugs.gnu.org; 6 Jul 2020 20:56:27 +0000 Received: from localhost ([127.0.0.1]:34983 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jsYA7-00011L-Cs for submit@debbugs.gnu.org; Mon, 06 Jul 2020 16:56:27 -0400 Received: from mira.cbaines.net ([212.71.252.8]:54266) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jsYA3-000117-SL for 42229@debbugs.gnu.org; Mon, 06 Jul 2020 16:56:26 -0400 Received: from localhost (unknown [46.237.172.69]) by mira.cbaines.net (Postfix) with ESMTPSA id B4D4427BBE1; Mon, 6 Jul 2020 21:56:22 +0100 (BST) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 11cd1254; Mon, 6 Jul 2020 20:56:20 +0000 (UTC) References: <20200706155030.1938-1-tona_kosmicznego_smiecia@interia.pl> <20200706155030.1938-7-tona_kosmicznego_smiecia@interia.pl> User-agent: mu4e 1.4.10; emacs 26.3 From: Christopher Baines In-reply-to: <20200706155030.1938-7-tona_kosmicznego_smiecia@interia.pl> Date: Mon, 06 Jul 2020 21:56:19 +0100 Message-ID: <87o8osnz0s.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.0 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: 0.19 X-TUID: c+Nm2Jp3aWmz --=-=-= Content-Type: text/plain Jan Wielkiewicz writes: > * gnu/packages/jami.scm (libringclient): > [propagated-inputs]: Remove qtbase. > [inputs]: Add qtbase. > --- > gnu/packages/jami.scm | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm > index 041955f297..ea94efb2f9 100644 > --- a/gnu/packages/jami.scm > +++ b/gnu/packages/jami.scm > @@ -530,10 +530,11 @@ functionality.") > (base32 > "1s1wi80drabfjhvxbiyl8k9c2jsafvmx5v84s3wldsmmdg4f6xdf")))) > (build-system cmake-build-system) > - (propagated-inputs > - `(("libring" ,libring) ; For 'dring'. > - ("qtbase" ,qtbase) ; Qt is included in several installed headers. > + (inputs > + `(("qtbase" ,qtbase) ; Qt is included in several installed headers. > ("qttools" ,qttools))) > + (propagated-inputs > + `(("libring" ,libring))) ; For 'dring'. > (arguments > `(#:tests? #f ; There is no testsuite. > #:configure-flags What's the reason behind this change? I'd interpret the "headers" comment as justifying why qtbase should be propagated. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAl8Dj/NfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9XcbjBAAjWHdVMAJJTDHbPle2di3QjaQ0cnvBKXITy1PlfNB4WLu0drbIxQegJ0s UtDjw+B9q+2JWT+hoM5WYGpYYh5Ubk2VJ/Ty94D+2dgT79IyAUwJEApgVLSwO6OI JH3aJtqE1yI81XHDsqBhynw8aG8dHnHNHmsBl/Py+lon5FOxeZWJ97BDlUFSdjc8 3Hlx2dwn+DHLD3vNdFrjyz56rvrZrVqZiddDpcTXAg9yVOwGrAklYQEhvFXcU+tF VMad9GMRjV1iG8YGQLQU0a770GKuaRF67oQi5GbOXSC1/TlImC0TzaVvnWDOwlb/ qHODbcpaE/n9ISiIyNhcwFzZe3U/mAvRrLbnUTOGLj0+2k4HjQB5ty1r/ALFbqiB /lRzZs9t0SbaRDyykR24NUbCSfzMjQQJz5NGaiDuu68/9sZeUQVmwsehdEHbg4Rp zg+U8r6NJddOnMAqEOEszMR+9Nz2fS+dIHzNw/JgIsJCwmC53lryrjJjOca1BJcZ 36Xye34xOzTdbMHGByi/jT25gB22iMGdjaCAZvz/9q5MG/PMGbQdbTAoEyN3lXHV uceAEsbpujV5e2k2BiBqXmayye1l+fQ1Og61a6IJ4H3rLh3obOXq413wqXKd8oKG zYDquJG0xkmqpxn7JZLvVh1n5IiYAQigKUq70uViA4B+AiPyfD8= =0Y3O -----END PGP SIGNATURE----- --=-=-=--