mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 20:02:14 +03:00
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 = ''
|
||||
export HOME=$(mktemp -d)
|
||||
export GO111MODULE=off
|
||||
'';
|
||||
|
||||
# tests requires cluster for testing
|
||||
|
Loading…
Reference in New Issue
Block a user