bazelisk: fix build on darwin

This commit is contained in:
Mario Rodas
2020-03-21 04:30:00 -05:00
parent e375bd2632
commit 48489b7e2c
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, buildGoModule, fetchFromGitHub }:
{ stdenv, buildGoModule, fetchFromGitHub, Security }:
buildGoModule rec {
pname = "bazelisk";
@@ -13,6 +13,8 @@ buildGoModule rec {
modSha256 = "1w8k659ifapcxbbim0nf7wd7w10bhlagc33q08izh84gcgsh0yyz";
buildInputs = stdenv.lib.optionals stdenv.isDarwin [ Security ];
meta = with stdenv.lib; {
description = "A user-friendly launcher for Bazel";
longDescription = ''