Merge pull request #280652 from eclairevoyant/cpp-jwt-strict
cpp-jwt: fix build with `strictDeps = true;`
This commit is contained in:
@@ -19,12 +19,14 @@ stdenv.mkDerivation rec {
|
||||
"-DCPP_JWT_BUILD_EXAMPLES=OFF"
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ cmake gtest ];
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
buildInputs = [ openssl nlohmann_json ];
|
||||
buildInputs = [ gtest openssl nlohmann_json ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
meta = {
|
||||
description = "JSON Web Token library for C++";
|
||||
homepage = "https://github.com/arun11299/cpp-jwt";
|
||||
|
||||
Reference in New Issue
Block a user