about summary refs log tree commit diff
path: root/pkgs/tools/security/rnp
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2022-09-28 18:24:32 +0200
committerVladimír Čunát <v@cunat.cz>2022-09-28 18:27:55 +0200
commit07de498c7770ae499466fffc935e9fe1588fd715 (patch)
tree8a5d59dfe5ced75b95bca650caf7cbe8f852dbdb /pkgs/tools/security/rnp
parentccce3fcb58e000354835dda97fb0183585e2a213 (diff)
Revert "rnp: fix path in pkg-config file"
This reverts commit d5f218a228a9406286dc34b4e522c987fa48be50.
The patch was included, probably since update in commit 74f8cdc5552a.
Diffstat (limited to 'pkgs/tools/security/rnp')
-rw-r--r--pkgs/tools/security/rnp/default.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/pkgs/tools/security/rnp/default.nix b/pkgs/tools/security/rnp/default.nix
index 9336db040bee4..7d96c4f60e260 100644
--- a/pkgs/tools/security/rnp/default.nix
+++ b/pkgs/tools/security/rnp/default.nix
@@ -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 = [