chore(3p/nix): Use packages from depot tree
This commit is contained in:
parent
939cec746e
commit
c94ef8d00b
3 changed files with 28 additions and 5 deletions
24
third_party/default.nix
vendored
24
third_party/default.nix
vendored
|
@ -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 // {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue