mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
docker: fix build
This commit is contained in:
parent
48e65cec4e
commit
f550eb7fde
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
dontStrip = true;
|
||||
|
||||
buildPhase = ''
|
||||
patchShebangs ./project
|
||||
patchShebangs .
|
||||
export AUTO_GOPATH=1
|
||||
export DOCKER_GITCOMMIT="03nzhikx"
|
||||
./hack/make.sh dynbinary
|
||||
|
Loading…
Reference in New Issue
Block a user