Revert "rnp: fix path in pkg-config file"
This reverts commitd5f218a228
. The patch was included, probably since update in commit74f8cdc555
.
This commit is contained in:
parent
ccce3fcb58
commit
07de498c77
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user