thanos: fix build on darwin

This commit is contained in:
Mario Rodas
2020-03-21 06:20:00 -05:00
parent c70cc016d7
commit 3ee3f9a535
2 changed files with 6 additions and 2 deletions

View File

@@ -16206,7 +16206,9 @@ in
tailscale = callPackage ../servers/tailscale { };
thanos = callPackage ../servers/monitoring/thanos { };
thanos = callPackage ../servers/monitoring/thanos {
inherit (darwin.apple_sdk.frameworks) Security;
};
inherit (callPackages ../servers/http/tomcat { })
tomcat7