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
@@ -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;