all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Finding Dependencies at Run Time
@ 2022-07-13 14:56 Peter Polidoro
  2022-07-13 16:03 ` Julien Lepiller
  0 siblings, 1 reply; 12+ messages in thread
From: Peter Polidoro @ 2022-07-13 14:56 UTC (permalink / raw)
  To: help-guix

I apologize for a very basic question, but I could not find where this is documented. If a paper or manual page describes this I would be happy to read it.

How, in general, does code in a Guix package find its dependency packages at run time?

Does it potentially work differently for each build system or is the same approach used for all packages?

Are absolute store paths of the dependencies saved at build time in environment variables or symbolic links or something that are accessible to the run time code?

If code in a package looks for dependencies using relative paths, are copies or links to the dependencies saved within the package? Or is that sort of duplication always avoided? Are relative paths converted to absolute store paths somehow?

Is the Guix daemon needed at run time to help packages find each other or is the information needed to resolve all of the dependencies saved into the package at build time?

Thanks!

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-07-16 23:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-13 14:56 Finding Dependencies at Run Time Peter Polidoro
2022-07-13 16:03 ` Julien Lepiller
2022-07-13 17:47   ` Peter Polidoro
2022-07-13 18:39     ` Julien Lepiller
2022-07-13 18:51       ` Peter Polidoro
2022-07-13 21:02         ` Julien Lepiller
2022-07-14 17:47           ` Peter Polidoro
2022-07-16 21:53             ` Thiago Jung Bauermann
2022-07-14  8:25         ` Ricardo Wurmus
2022-07-14  8:48           ` Philip McGrath
2022-07-14 11:28             ` Ricardo Wurmus
2022-07-14 13:27               ` zimoun

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.