Mark H Weaver <m...@netris.org> skribis: > Danny Milosavljevic <dan...@scratchpost.org> writes: >> guix$ git pull # master branch >> guix$ guix environment guix >> guix$ make >> ... >> configure: error: Package requirements (sqlite3 >= 3.6.19) were not met: > > l...@gnu.org (Ludovic Courtès) writes: >> Please see: >> >> https://www.gnu.org/software/guix/manual/html_node/Requirements.html > > Did you notice that according to Danny's transcript above, this error > occurred within a shell spawned by "guix environment guix"?
Oh sorry, I had overlooked that. I just tried in ‘guix environment guix --container’ and cannot reproduce. Danny: could you check with either --container or --pure? It could be that some other settings from the outside environment were interfering. Thanks, Ludo’.