From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: Revert dependencies graph Date: Sat, 15 Dec 2018 14:44:27 -0500 Message-ID: <20181215194427.GB9685@jasmine.lan> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ADZbWkCsHQ7r3kzd" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43116) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gYFrZ-0008Ta-Vo for help-guix@gnu.org; Sat, 15 Dec 2018 14:44:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gYFrU-0000Hf-UC for help-guix@gnu.org; Sat, 15 Dec 2018 14:44:37 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:34061) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gYFrU-0000HO-Oa for help-guix@gnu.org; Sat, 15 Dec 2018 14:44:32 -0500 Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: znavko@tutanota.com Cc: Help Guix --ADZbWkCsHQ7r3kzd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Dec 15, 2018 at 06:10:10PM +0100, znavko@tutanota.com wrote: > Hello, Guix Help! Updating with `guix pull` and `guix package -u` has mad= e me waiting for 3 hours already. webkitgtk is compiling so long. > I've checked all browsers I have and found this is epiphany that needs we= bkitgtk >=20 > $ guix package --show=3Depiphany | grep gtk > + gnome-desktop@3.24.2 gsettings-desktop-schemas@3.24.1 gtk+@3.24.0 > + sqlite@3.24.0 webkitgtk@2.22.4 > But I have not found in manual revert dependencies graph. > Does Guix can show revert dependencies? I want only type something to che= ck what the package needs webkitgtk. >=20 > Please, let me know if Guix shows revert dependencies of installed packag= es? `guix graph` can show the reverse dependency graph of a package. It does not show the intersection of that graph with your installed packages, but it still will help: `guix graph --type=3Dreverse-package webkitgtk | dot -Tsvg > ~/out.svg` And then open the SVG image of the graph to view it. --ADZbWkCsHQ7r3kzd Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlwVWZsACgkQJkb6MLrK fwjeNRAAmLvimcVAt2//laGQfIeCmiVko6fU4owNdeip9U/ipSG77GOAN92yedW5 19GMd4GtGFFmbYCy2TnikSkpy5IHtGaiu9jr65bbUXRHodrB2cviBFoD+vhYIT/o Ln51J/C8O7rh9yCUarHqRe6/D9DTlXWYVOdJaup9BEIqwaPF6Ig5YtcF6jO5QiuN BEA7+TAmDk4NmGaL3u5CYLFmNf284GP/YjG8YDBxyQ6HJ2Z2aaR6jKTSP3G5SM6T pdybxwJ1QSzU0xvURZ1rX5bR3JXkTQuUhiunqY+eLNA4fjfYkMddfqqcd80VUs7r siHhtAsr1TA+CMopxg8qcfWKoViI4K7FiA5SjInrxH2ApLpMpYCGojcwhSTz6qwl W6MpkR+R24nJQbAyEHx7qdBlFa5tTirzC+GAFMDpPhSq4UrFLQLNNAuw9Sf/7o0H apDI//DPeXIf4VitkjCTh96gNbegNmh26eQv7Z3S6vGABFKDgW7g8wQZBPCLwzFa ghgrQ2kaRjATxcupIt99LWvNkd8hRIKOrDboY455EIYvxkT5VTr6fYXFe8mcxv/C Om77jw8QMYLg0uQEldZzLG2vVu01ukfJ/kW3jP6YClLbeVi5WvKTngUiDHZNOWbR uFfwBvvjipd0JzRy254UfEM4i+6X5AZECrfW52hd7hKgGz3xX64= =uyAu -----END PGP SIGNATURE----- --ADZbWkCsHQ7r3kzd--