diff options
author | Vincent Ambo <tazjin@google.com> | 2020-05-20T02·03+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-05-20T02·03+0100 |
commit | e2fad0f0d208ff7d24214f010cca2d4a0be79d9e (patch) | |
tree | a5c605f82093d5bb4da8a7e4eb3ee8de8fd0b4c3 /third_party/nix/default.nix | |
parent | 6bd649d31215c2e92edf8fe8d6926d10c8413076 (diff) |
feat(3p/nix): Add Abseil as a CMAKE subproject to Meson r/784
Yep. This is accomplished by symlinking the sources into the location expected by Meson for subprojects.
Diffstat (limited to 'third_party/nix/default.nix')
-rw-r--r-- | third_party/nix/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/nix/default.nix b/third_party/nix/default.nix index 263878cea436..288ac60a106b 100644 --- a/third_party/nix/default.nix +++ b/third_party/nix/default.nix @@ -21,6 +21,7 @@ in stdenv.mkDerivation { nativeBuildInputs = with pkgs; [ bison clang-tools + cmake meson ninja pkgconfig |