Merge pull request #152817 from c0bw3b/pkg/cryfs

cryfs: pin Boost dep to v1.75.0
This commit is contained in:
Dmitry Kalinkin 2021-12-30 23:10:53 -05:00 committed by GitHub
commit 3425585452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ lib, stdenv, fetchFromGitHub
, cmake, pkg-config, python3
, boost17x, curl, fuse, openssl, range-v3, spdlog
, boost175, curl, fuse, openssl, range-v3, spdlog
# cryptopp and gtest on standby - using the vendored ones for now
# see https://github.com/cryfs/cryfs/issues/369
, llvmPackages
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
strictDeps = true;
buildInputs = [ boost17x curl fuse openssl range-v3 spdlog ]
buildInputs = [ boost175 curl fuse openssl range-v3 spdlog ]
++ lib.optional stdenv.cc.isClang llvmPackages.openmp;
#checkInputs = [ gtest ];