emacs/var/elfeed/db/data/b5/b52f35dba200d98652d064c7aa799bb28908fced
2022-01-03 12:49:32 -06:00

1 line
1.1 KiB
Plaintext

<!-- SC_OFF --><div class="md"><p>Hi everyone! Another silly question.</p> <p>I am trying to build some python package, I imported the definition from pypi (using <code>guix import pypi -r ...</code> (so a lot of packages) and then started to debug and fix some stuff.</p> <p>All the python packages are built using <code>(build-system python-build-system)</code> </p> <p>But, there is one package in the list that in its tests is using some environment variables, and the test (and the built) fails, since the variable (<code>LANG</code> in this case) is not found at built time. The variable is obviously set, so I was wondering if guix is removing all the variables when building ... (seems like it).</p> <p>Any advice about how to deal with this?</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/nanounanue"> /u/nanounanue </a> <br/> <span><a href="https://www.reddit.com/r/GUIX/comments/qrkslh/is_guix_build_unable_to_find_the_environment/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/GUIX/comments/qrkslh/is_guix_build_unable_to_find_the_environment/">[comments]</a></span>