On Sat, Jul 16, 2016 at 11:58:51AM +0200, Vincent Legoll wrote: > Hello, > > I'm trying to understand which package(s) depends on some other package, > kind of the reverse of what guix graph does (I think).
I think that `guix refresh --list-dependent foo` is what you are asking for, or at least it's close. We use it to learn what will need to be rebuilt when upgrading foo.
