help-guix
[Top][All Lists]
Advanced

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

Re: Which package installed which dependency?


From: Julien Lepiller
Subject: Re: Which package installed which dependency?
Date: Sun, 12 Jul 2020 07:43:03 -0400
User-agent: K-9 Mail for Android

Le 12 juillet 2020 07:10:06 GMT-04:00, Tobias Geerinckx-Rice <me@tobias.gr> a 
écrit :
>zimoun 写道:
>> You could be interested by "guix graph --path" which returns the
>> shortest path (graph meaning) from package A to package PHP.
>
>I love this feature but it only works between high-level packages.
>
>Is there an equivalent (say):
>
>  λ guix graph --path /run/current-system/profile php
>
>?
>
>Kind regards,
>
>T G-R

Try

guix graph --path -t references `readlink -f /run/current-system` php



reply via email to

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