packer: fixes compilation issues (#18217)
* the default output for buildGoPackage is not "out" anymore * go 1.7 has removed the linker flag deprecation which breaks packer's Makefile
This commit is contained in:
@@ -5,9 +5,9 @@ stdenv.mkDerivation rec {
|
||||
name = "packer-${version}";
|
||||
version = "0.10.1";
|
||||
|
||||
src = import ./deps.nix {
|
||||
src = (import ./deps.nix {
|
||||
inherit stdenv lib gox gotools buildGoPackage fetchgit fetchhg fetchbzr fetchsvn;
|
||||
};
|
||||
}).out;
|
||||
|
||||
buildInputs = [ src.go gox gotools ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user