mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
make sure not to pollute the build directory
This commit is contained in:
parent
ad078d83a4
commit
5cbdff56ee
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ in buildPythonApplication rec {
|
|||
|
||||
doCheck = true;
|
||||
checkPhase = ''
|
||||
export HOME=$PWD
|
||||
export HOME=$(mktemp -d)
|
||||
$out/bin/pipenv install ${fetchPypi {pname="pyjokes"; version="0.6.0"; sha256="08860eedb78cbfa4618243c8db088f21c39823ece1fdaf0133e52d9c56e981a5";} }
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue