diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-05-04T13·46+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2016-05-04T14·16+0200 |
commit | 0d4a10e910e1916a6f36cb9af6b68817172b51a9 (patch) | |
tree | dc2525bab942c3bdddfd22e40fdaacc525c8a937 /src/nix-store | |
parent | c6a21aed07520e11dfae09cf9eff9e34e60906d8 (diff) |
Do compression in a sink
Diffstat (limited to 'src/nix-store')
-rw-r--r-- | src/nix-store/nix-store.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nix-store/nix-store.cc b/src/nix-store/nix-store.cc index 99fee5c65fb7..9bb1ac50a607 100644 --- a/src/nix-store/nix-store.cc +++ b/src/nix-store/nix-store.cc @@ -19,8 +19,6 @@ #include <sys/stat.h> #include <fcntl.h> -#include <bzlib.h> - #if HAVE_SODIUM #include <sodium.h> #endif |