Hi all,

I'm looking for a command similar to 'guix show' which will give a packages 
explicit
dependencies, recursively.

Basically something like python's 'pip freeze' for a specific package.

I know 'guix graph' can do this but the output is much more elaborate
than I need, also 'guix export' could probably give a very verbose
output.

I'm looking for a recursive list of all bar@version given package
foo?

Something like:
guix show --recursive-dependencies foo

Giving:
dependencies: bar@version, some-dependency-of-bar@version

'guix show' would not list 'some-dependency-of-bar@version' in its
current form.


Any ideas?

Thanks,
Phil.


Reply via email to