Skip to content

Commit

Permalink
Revert "rnp: fix path in pkg-config file"
Browse files Browse the repository at this point in the history
This reverts commit d5f218a.
The patch was included, probably since update in commit 74f8cdc.
  • Loading branch information
vcunat committed Sep 28, 2022
1 parent ccce3fc commit 07de498
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pkgs/tools/security/rnp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
, bzip2
, cmake
, fetchFromGitHub
, fetchpatch
, gnupg
, gtest
, json_c
Expand All @@ -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 = [
Expand Down

0 comments on commit 07de498

Please sign in to comment.