docker: fix build

This commit is contained in:
Domen Kožar 2015-05-10 12:26:53 +02:00
parent 652d06207d
commit 4f2b49744d

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
dontStrip = true; dontStrip = true;
buildPhase = '' buildPhase = ''
patchShebangs ./project patchShebangs .
export AUTO_GOPATH=1 export AUTO_GOPATH=1
export DOCKER_GITCOMMIT="03nzhikx" export DOCKER_GITCOMMIT="03nzhikx"
./hack/make.sh dynbinary ./hack/make.sh dynbinary