mirror of
https://github.com/NixOS/nix
synced 2025-06-25 23:11:16 +02:00
15f4d4f
follow up
* libstore: `bz2` should not be linked * libutil: `zlib.h` should not be included Signed-off-by: Pamplemousse <xav.maso@gmail.com>
This commit is contained in:
parent
8943e3176d
commit
0da416f820
2 changed files with 1 additions and 3 deletions
|
@ -12,8 +12,6 @@
|
|||
#include <brotli/decode.h>
|
||||
#include <brotli/encode.h>
|
||||
|
||||
#include <zlib.h>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
namespace nix {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue