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

This reverts commit d5f218a228a9406286dc34b4e522c987fa48be50.
The patch was included, probably since update in commit 74f8cdc5552a.

-10
-10
pkgs/tools/security/rnp/default.nix
··· 5 5 , bzip2 6 6 , cmake 7 7 , fetchFromGitHub 8 - , fetchpatch 9 8 , gnupg 10 9 , gtest 11 10 , json_c ··· 24 23 rev = "v${version}"; 25 24 sha256 = "sha256-KHItrpuKXaLGF1mcpju/RJFnm2yPZyYq4eIoRGqf5Y8="; 26 25 }; 27 - 28 - # in master post 0.16.0, see https://github.com/rnpgp/rnp/issues/1835 29 - patches = [ 30 - (fetchpatch { 31 - name = "fix-pkg-config.patch"; 32 - url = "https://github.com/rnpgp/rnp/commit/de9856c94ea829cad277800ee03ec52e30993d8e.patch"; 33 - sha256 = "1vd83fva7lhmvqnvsrifqb2zdhfrbx84lf3l9i0hcph0k8h3ddx9"; 34 - }) 35 - ]; 36 26 37 27 buildInputs = [ zlib bzip2 json_c botan2 ]; 38 28