deis: Use Godeps workspace instead of deps.nix

This commit is contained in:
Jascha Geerds
2016-10-19 11:27:02 +02:00
parent 306a8d9e8c
commit 27bf1c0794
2 changed files with 3 additions and 30 deletions
+3 -1
View File
@@ -21,5 +21,7 @@ buildGoPackage rec {
sha256 = "1qv9lxqx7m18029lj8cw3k7jngvxs4iciwrypdy0gd2nnghc68sw";
};
goDeps = ./deps.nix;
preBuild = ''
export GOPATH=$GOPATH:$NIX_BUILD_TOP/go/src/${goPackagePath}/Godeps/_workspace
'';
}