Hi, On Tue, 31 Aug 2021 at 12:57, Efraim Flashner <efr...@flashner.co.il> 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 « guile-gnunet@0.0-1.d12167a » à « >> openssl@1.0.2u » >> --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 guile-gnunet@0.0-1.d12167a gnunet@0.13.1 libextractor@1.11 ffmpeg@4.4 rav1e@0.4.1 rust@1.45.2 rust@1.44.1 rust@1.43.0 rust@1.42.0 rust@1.41.1 rust@1.40.0 rust@1.39.0 rust@1.38.0 rust@1.37.0 rust@1.36.0 rust@1.35.0 rust@1.34.1 rust@1.33.0 rust@1.32.0 rust@1.31.1 rust@1.30.1 rust@1.29.2 rust@1.28.0 rust@1.27.2 rust@1.26.2 rust@1.25.0 openssl@1.0.2u --8<---------------cut here---------------end--------------->8--- Cheers, simon