help-guix
[Top][All Lists]
Advanced

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

Output all dependencies recursively for package


From: Phil
Subject: Output all dependencies recursively for package
Date: Sun, 31 Jan 2021 12:59:40 +0000
User-agent: mu4e 1.2.0; emacs 26.3

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

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