From mboxrd@z Thu Jan 1 00:00:00 1970 From: Subject: Re: Revert dependencies graph Date: Sat, 15 Dec 2018 20:10:51 +0100 (CET) Message-ID: References: < (znavko's message of "Sat, 15 Dec 2018 18:10:10 +0100 (CET)")> <87va3uprku.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_21491_1780559181.1544901051805" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gYFR1-0002Az-LS for help-guix@gnu.org; Sat, 15 Dec 2018 14:17:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gYFQy-0004Hu-BO for help-guix@gnu.org; Sat, 15 Dec 2018 14:17:11 -0500 Received: from w1.tutanota.de ([81.3.6.162]:40134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gYFQx-0004Dc-Uz for help-guix@gnu.org; Sat, 15 Dec 2018 14:17:08 -0500 Received: from w2.tutanota.de (unknown [192.168.1.163]) by w1.tutanota.de (Postfix) with ESMTP id C5CA3FBED44 for ; Sat, 15 Dec 2018 19:10:51 +0000 (UTC) In-Reply-To: <87va3uprku.fsf@gmail.com> 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" Cc: Help Guix ------=_Part_21491_1780559181.1544901051805 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Awesome Script! Thank you, Oleg Pykhalov! >> 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. > ------=_Part_21491_1780559181.1544901051805 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Awesome Script!
Thank you, Oleg Pykhalov!

Please, let me know if Guix show= s revert dependencies of installed packages?

I had the same issue, but with qtwebkit. Maybe this could help:=
--8<---------------c= ut here---------------start------------->8---
for i in $(guix package -I | awk '{print $1}') ; d= o guix graph $i | grep -q qtwebkit && echo $i ; done
--8<---------------cut here--------= -------end--------------->8---

Oleg.

------=_Part_21491_1780559181.1544901051805--