Hi, On Tue, 31 Aug 2021 at 12:57, Efraim Flashner <[email protected]> wrote: > On Tue, Aug 31, 2021 at 11:27:45AM +0200, zimoun wrote:
>> --8<---------------cut here---------------start------------->8--- >> $ guix graph --path guile-gnunet -e '(@@ (gnu packages tls) openssl-1.0)' >> guix graph: erreur : pas de chemin de « [email protected] » à « >> [email protected] » >> --8<---------------cut here---------------end--------------->8--- >> >> Maybe I miss something somewhere. >> > > `git grep \,openssl-1.0' only shows one entry. > > The others probably come through ffmpeg (through rav1e) or rust-cbindgen > or otherwise actually depend on some other compiled rust library. Not > sure where gnunet comes from though. Yeah, what I missed was the type for “guix graph”. :-) --8<---------------cut here---------------start------------->8--- $ guix graph --path guile-gnunet -e '(@@ (gnu packages tls) openssl-1.0)' -t bag-emerged [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] --8<---------------cut here---------------end--------------->8--- Cheers, simon
