packer: add missing go dependency

This commit is contained in:
WilliButz 2017-08-03 18:48:04 +02:00 committed by Robin Gloster
parent caaa79f246
commit aa8cbedf37
2 changed files with 13 additions and 0 deletions

View file

@ -14,6 +14,8 @@ buildGoPackage rec {
sha256 = "1bd0rv93pxlv58c0x1d4dsjq4pg5qwrm2p7qw83pca7izlncgvfr";
};
goDeps = ./deps.nix;
meta = with stdenv.lib; {
description = "A tool for creating identical machine images for multiple platforms from a single source configuration";
homepage = http://www.packer.io;

View file

@ -0,0 +1,11 @@
[
{
goPackagePath = "github.com/hashicorp/packer";
fetch = {
type = "git";
url = "https://github.com/hashicorp/packer";
rev = "07decf99adc272a386e3a013846248810d9aa690";
sha256 = "17rrzrlr48spadb9fymn1a0blqggs2mfmqbwfxs0pnw66mhd0fzz";
};
}
]