mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 03:34:12 +00:00
glasgow: fix tests on darwin
This commit is contained in:
parent
d2aef1a145
commit
4d011cb112
@ -58,7 +58,10 @@ python3.pkgs.buildPythonApplication rec {
|
||||
|
||||
checkPhase = ''
|
||||
# tests attempt to cache bitstreams
|
||||
# for linux:
|
||||
export XDG_CACHE_HOME=$TMPDIR
|
||||
# for darwin:
|
||||
export HOME=$TMPDIR
|
||||
${python3.interpreter} -W ignore::DeprecationWarning test.py
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user