atlantis: fix build on darwin

This commit is contained in:
Mario Rodas
2020-03-21 04:26:00 -05:00
parent 64b130dd88
commit a963023e7b
2 changed files with 6 additions and 2 deletions
@@ -1,4 +1,4 @@
{ stdenv, buildGoModule, fetchFromGitHub }:
{ stdenv, buildGoModule, fetchFromGitHub, Security }:
buildGoModule rec {
pname = "atlantis";
@@ -15,6 +15,8 @@ buildGoModule rec {
subPackages = [ "." ];
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ Security ];
meta = with stdenv.lib; {
homepage = "https://github.com/runatlantis/atlantis";
description = "Terraform Pull Request Automation";