mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
avro-cpp: use the default boost version (#154784)
This commit is contained in:
parent
cea5f29a52
commit
400be99192
@ -2077,7 +2077,7 @@ with pkgs;
|
||||
|
||||
avro-c = callPackage ../development/libraries/avro-c { };
|
||||
|
||||
avro-cpp = callPackage ../development/libraries/avro-c++ { boost = boost160; };
|
||||
avro-cpp = callPackage ../development/libraries/avro-c++ { };
|
||||
|
||||
aws = callPackage ../tools/virtualization/aws { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user