make sure not to pollute the build directory

This commit is contained in:
Nejc Zupan 2019-11-13 18:10:16 +00:00 committed by Frederik Rietdijk
parent ad078d83a4
commit 5cbdff56ee

View file

@ -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";} }
'';