unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Oleg Pykhalov <go.wigust@gmail.com>
To: znavko@tutanota.com
Cc: Help Guix <help-guix@gnu.org>
Subject: Re: Revert dependencies graph
Date: Sat, 15 Dec 2018 21:34:09 +0300	[thread overview]
Message-ID: <87va3uprku.fsf@gmail.com> (raw)
In-Reply-To: <LTmq97G--B-1@tutanota.com> (znavko's message of "Sat, 15 Dec 2018 18:10:10 +0100 (CET)")

[-- Attachment #1: Type: text/plain, Size: 975 bytes --]

Hello,

<znavko@tutanota.com> 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.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  reply	other threads:[~2018-12-15 18:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-15 17:10 Revert dependencies graph znavko
2018-12-15 18:34 ` Oleg Pykhalov [this message]
2018-12-15 19:10   ` znavko
2018-12-15 19:55   ` Pierre Neidhardt
2018-12-15 19:44 ` Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87va3uprku.fsf@gmail.com \
    --to=go.wigust@gmail.com \
    --cc=help-guix@gnu.org \
    --cc=znavko@tutanota.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).