avro-cpp: use the default boost version (#154784)

This commit is contained in:
Roman Timushev 2022-01-13 03:38:26 +01:00 committed by GitHub
parent cea5f29a52
commit 400be99192
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 { };