On Tue, Aug 17, 2021 at 04:01:15PM +0200, Edouard Klein wrote: > See e.g. > https://gitlab.com/edouardklein/guix/-/blob/beaverlabs/beaver/packages/scheme-xyz.scm#L68 > > Here, xlsxio and tzdir will be expanded to their full install path in > the store.
I'm going off-topic, but you should not patch TZDIR like this. The time zone database should be found dynamically at run-time via an environment variable set by the system. Otherwise, your built package will eventually "go stale" as the time zone database is updated, which happens several times per year. Does that make sense?