mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
snappy: split into multiple outputs
Most of the size was documentation; it got into many closures via mysql attribute.
This commit is contained in:
parent
d5d7fcb95f
commit
da34670033
@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0mq0nz8gbi1sp3y6xcg0a6wbvnd6gc717f3vh2xrjmfj5w9gwjqk";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" "doc" ];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
# -DNDEBUG for speed
|
||||
|
Loading…
Reference in New Issue
Block a user