Merge pull request #253669 from AndrewKvalheim/picard/disable-autoupdate
picard: disable autoupdate
This commit is contained in:
commit
8f3492cf12
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ pythonPackages.buildPythonApplication rec {
|
||||||
pyyaml
|
pyyaml
|
||||||
];
|
];
|
||||||
|
|
||||||
|
setupPyGlobalFlags = [ "build" "--disable-autoupdate" ];
|
||||||
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
export HOME=$(mktemp -d)
|
export HOME=$(mktemp -d)
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue