mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #237887 from wegank/cryfs-boost
cryfs: unpin boost175
This commit is contained in:
commit
0a2f30a645
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{ lib, stdenv, fetchFromGitHub
|
||||
, cmake, pkg-config, python3
|
||||
, boost175, curl, fuse, openssl, range-v3, spdlog
|
||||
, boost, 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 = [ boost175 curl fuse openssl range-v3 spdlog ]
|
||||
buildInputs = [ boost curl fuse openssl range-v3 spdlog ]
|
||||
++ lib.optional stdenv.cc.isClang llvmPackages.openmp;
|
||||
|
||||
#nativeCheckInputs = [ gtest ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue