From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Pykhalov Subject: Re: Revert dependencies graph Date: Sat, 15 Dec 2018 21:34:09 +0300 Message-ID: <87va3uprku.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58318) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gYElg-0007ql-23 for help-guix@gnu.org; Sat, 15 Dec 2018 13:34:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gYElc-0006Mg-Tj for help-guix@gnu.org; Sat, 15 Dec 2018 13:34:28 -0500 Received: from mail-pg1-x530.google.com ([2607:f8b0:4864:20::530]:40532) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gYElc-0006M8-M8 for help-guix@gnu.org; Sat, 15 Dec 2018 13:34:24 -0500 Received: by mail-pg1-x530.google.com with SMTP id z10so4186094pgp.7 for ; Sat, 15 Dec 2018 10:34:24 -0800 (PST) In-Reply-To: (znavko's message of "Sat, 15 Dec 2018 18:10:10 +0100 (CET)") 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 --=-=-= Content-Type: text/plain Hello, writes: > Hello, Guix Help! Updating with `guix pull` and `guix package -u` has made 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 webkitgtk > > $ guix package --show=epiphany | 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 check what the package needs webkitgtk. > > Please, let me know if Guix shows revert dependencies of installed packages? I had the same issue, but with qtwebkit. Maybe this could help: --8<---------------cut here---------------start------------->8--- for i in $(guix package -I | awk '{print $1}') ; do guix graph $i | grep -q qtwebkit && echo $i ; done --8<---------------cut here---------------end--------------->8--- Oleg. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEcjhxI46s62NFSFhXFn+OpQAa+pwFAlwVSSEACgkQFn+OpQAa +pxl3g//RkqpFVqzMRuZzI/vQJBVIA6zAfOH2/JK9cwA0rC4E8WwejbJMLQaRXOj JpHbFmvFpY9XlTfbudscXhWs+XEqou1dZnGwHhzrkLBY/VRhiByfYIyUldelzrpd HYNq3LmZ6T7hzNax680/VaTWwZW3M6ndgtTHRMRSIP0qGGYUL338iEHIwRcPgTj1 n/JFf2LEzNol5vkBrBECkgVnzpxOhwjQDFDYgReIlSG7/rhiD6U2Z+dqgvNP8tB4 xD7r7NtFWWM13kmNhupiEu37R6/uZTNnHUMgJ7Lkv/gefPGrKIETUH9/SxYiOi6K mkyUcEw7dl6chrVrD/8glg1auHd3qkUpi4caqiHK+z1tW7ZTPiuD/UrOwkOUXvSg IEJ3Ji6iGhyu/XrKi0Z+oMscJ2f8oSjYkiUNn7TMPumF2XM90rqoKhMAgASCGDuA i4j2+gnJL213UUl9LTA/DiArONtVop10YyB2Usvl0tlqoVVzCeoPiRdSChKuVfwe Q1SLriqwR7ihFGujbFmsewy5Si8Gxg8MK5euwV4MGSsJQcGuP7dPwaIYO5CVygq2 ylUOiKYIlhmndP1THOL3VazO0pYEB+B5O91hocvEAl8T1cPJ7jTtLYfLCDsR5V0a EKqTLcuYgdcmYWrxcpJLfCSR61JEvSF2ZxMtZELJwnC69eAeKPw= =31iP -----END PGP SIGNATURE----- --=-=-=--