snix/third_party/nix/src/libutil
Griffin Smith 280ec4a46c fix(3p/nix): Link nixutil to its dependencies
nixutil depends on bzip2, lzma, boost::context, brotli{enc,dec}, and
openssl, but wasn't directly linking to them. This was causing linker
errors in a test that only depended on nixutil.

Change-Id: I60e77ea7b18b08e2946fcf9176ae0f355cd71844
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1384
Tested-by: BuildkiteCI
Reviewed-by: kanepyork <rikingcoding@gmail.com>
2020-07-24 00:56:07 +00:00
..
affinity.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
affinity.hh style(3p/nix): Reformat project in Google C++ style 2020-05-17 16:31:57 +01:00
archive.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
archive.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
args.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
args.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
CMakeLists.txt fix(3p/nix): Link nixutil to its dependencies 2020-07-24 00:56:07 +00:00
compression.cc chore(3p/nix): Clean up some unused defines 2020-05-30 23:17:48 +01:00
compression.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
config.cc refactor(3p/nix/libexpr): Make nix::AttrName a std::variant 2020-07-13 20:14:49 +00:00
config.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
finally.hh style(3p/nix): Reformat project in Google C++ style 2020-05-17 16:31:57 +01:00
hash.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
hash.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
istringstream_nocopy.hh style(3p/nix): Reformat project in Google C++ style 2020-05-17 16:31:57 +01:00
json.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
json.hh style(3p/nix): Reformat project in Google C++ style 2020-05-17 16:31:57 +01:00
lazy.hh style(3p/nix): Add braces around single-line conditionals 2020-05-19 18:55:58 +01:00
lru-cache.hh style(3p/nix): Add braces around single-line conditionals 2020-05-19 18:55:58 +01:00
monitor-fd.hh style(3p/nix): Add braces around single-line conditionals 2020-05-19 18:55:58 +01:00
pool.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
ref.hh style(3p/nix): Add braces around single-line conditionals 2020-05-19 18:55:58 +01:00
serialise.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
serialise.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
sync.hh style(3p/nix): Reformat project in Google C++ style 2020-05-17 16:31:57 +01:00
thread-pool.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
thread-pool.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
types.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
util.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
util.hh fix(3p/nix): Fix all remaining compiler warnings 2020-07-19 22:00:59 +00:00
visitor.hh feat(3p/nix/libutil): Add util::overloaded class for std::visitor 2020-07-13 20:14:49 +00:00
xml-writer.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
xml-writer.hh style(3p/nix): Remove 'using std::*' from xml-writer.hh 2020-05-24 23:19:09 +01:00