help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Revert dependencies graph


From: Oleg Pykhalov
Subject: Re: Revert dependencies graph
Date: Sat, 15 Dec 2018 21:34:09 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Hello,

<address@hidden> 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
> + address@hidden address@hidden address@hidden
> + address@hidden address@hidden
> 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: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]