On Fri, Jan 26 2024, Sergey Trofimov wrote: > chris <ch...@bumblehead.com> writes: > >> This attempt from the discussion here >> https://lists.gnu.org/archive/html/guix-devel/2021-03/msg00441.html >> >> ``` >> (define s (open-connection)) >> >> (display (derivation->output-path >> (package-derivation s pipewire #:graft? #f) "out")) >> ``` >> >> It runs but returns the wrong store path, >> /gnu/store/kqw8zs84px1vzw98yv9xax4rc0n612qy-pipewire-0.3.77
Maybe you should check your GUILE_LOAD_PATH and GUILE_LOAD_COMPILED_PATH. That's where guile finds the guix modules. They might include folders from an old guix. >> > >> The $(guix build pipewire) command returns this, >> /gnu/store/8572wxb5138hanhvn1lbfdm1kicxsd2k-pipewire-1.0.0 >> > > 0.3.77 is the previous version, from a month ago. Is your checkout fresh? Did > you `guix pull`?