mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
packer: add missing go dependency
This commit is contained in:
parent
caaa79f246
commit
aa8cbedf37
@ -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;
|
||||
|
11
pkgs/development/tools/packer/deps.nix
Normal file
11
pkgs/development/tools/packer/deps.nix
Normal file
@ -0,0 +1,11 @@
|
||||
[
|
||||
{
|
||||
goPackagePath = "github.com/hashicorp/packer";
|
||||
fetch = {
|
||||
type = "git";
|
||||
url = "https://github.com/hashicorp/packer";
|
||||
rev = "07decf99adc272a386e3a013846248810d9aa690";
|
||||
sha256 = "17rrzrlr48spadb9fymn1a0blqggs2mfmqbwfxs0pnw66mhd0fzz";
|
||||
};
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user