I get this error when the order of packages is "wrong". E.g. this fails:

  guix shell --development pwclient guix --pure
  ./pre-inst-env guix build pwclient

but this works:

  guix shell --development guix pwclient --pure
  ./pre-inst-env guix build pwclient

Cheers
Bost



Reply via email to