pythonPackages.dask-gateway-server: use GO111MODULE=off to build on go1.16
This commit is contained in:
parent
9511f29f40
commit
3a3721c585
@ -33,6 +33,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
export HOME=$(mktemp -d)
|
export HOME=$(mktemp -d)
|
||||||
|
export GO111MODULE=off
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# tests requires cluster for testing
|
# tests requires cluster for testing
|
||||||
|
Loading…
Reference in New Issue
Block a user