Revert "rnp: fix path in pkg-config file"

This reverts commit d5f218a228.
The patch was included, probably since update in commit 74f8cdc555.
This commit is contained in:
Vladimír Čunát 2022-09-28 18:24:32 +02:00
parent ccce3fcb58
commit 07de498c77
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -5,7 +5,6 @@
, bzip2
, cmake
, fetchFromGitHub
, fetchpatch
, gnupg
, gtest
, json_c
@ -25,15 +24,6 @@ stdenv.mkDerivation rec {
sha256 = "sha256-KHItrpuKXaLGF1mcpju/RJFnm2yPZyYq4eIoRGqf5Y8=";
};
# in master post 0.16.0, see https://github.com/rnpgp/rnp/issues/1835
patches = [
(fetchpatch {
name = "fix-pkg-config.patch";
url = "https://github.com/rnpgp/rnp/commit/de9856c94ea829cad277800ee03ec52e30993d8e.patch";
sha256 = "1vd83fva7lhmvqnvsrifqb2zdhfrbx84lf3l9i0hcph0k8h3ddx9";
})
];
buildInputs = [ zlib bzip2 json_c botan2 ];
cmakeFlags = [