diff options
author | John Ericson <git@JohnEricson.me> | 2019-10-25T11·28-0400 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-05-17T14·56+0100 |
commit | 55e9f61041250675a073ca3316f73bb9037faf2d (patch) | |
tree | 8a4b4b4374cb20c22f836c5d4834267c6ecb428d | |
parent | e52ce543a4a0ceda4cba7ddb2be48ee653336c12 (diff) |
chore(3p/nix): Add Meson and Ninja dependencies r/729
(cherry picked from commit 3a968f5152d6f65ea3d9fdd36df3c188a4e20e24)
-rw-r--r-- | third_party/nix/release-common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/release-common.nix b/third_party/nix/release-common.nix index d66bbafa8e10..7525252256ef 100644 --- a/third_party/nix/release-common.nix +++ b/third_party/nix/release-common.nix @@ -51,7 +51,7 @@ rec { [ curl bzip2 xz brotli editline openssl pkgconfig sqlite - boost + boost meson ninja # Tests git |