1 line
1.1 KiB
Plaintext
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 -->   submitted by   <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>   <span><a href="https://www.reddit.com/r/GUIX/comments/qrkslh/is_guix_build_unable_to_find_the_environment/">[comments]</a></span> |