diff options
author | Vincent Ambo <tazjin@google.com> | 2020-05-17T15·27+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-05-17T15·28+0100 |
commit | c94ef8d00b248339f5dfcdda7b9d102a56f06bc7 (patch) | |
tree | 34ed8ce8ce5c230b9095fe91163166de43d9000e /third_party/default.nix | |
parent | 939cec746edca8c00893cd72e5d8556eecdb367f (diff) |
chore(3p/nix): Use packages from depot tree r/738
Diffstat (limited to 'third_party/default.nix')
-rw-r--r-- | third_party/default.nix | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/third_party/default.nix b/third_party/default.nix index 8749335fa764..0731018d7c70 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -117,6 +117,30 @@ let xz zlib zstd; + + # Required by //third_party/nix + inherit (nixpkgs) + autoconf-archive + autoreconfHook + aws-sdk-cpp + bison + boehmgc + boost # urgh + brotli + busybox + curl + docbook5 + docbook_xsl_ns + editline + flex + libseccomp + libsodium + libxml2 + libxslt + mercurial + perl + perlPackages + utillinuxMinimal; }; in exposed // { |