aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/gpgme
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2018-09-08 23:04:55 +0000
committerJan Malakhovski <oxij@oxij.org>2018-09-08 23:04:55 +0000
commit53c9efe9e51fa7355a4a41c559f08d4b2cff496e (patch)
tree749ad36feb57f082da1379b71babdbc3da7395a7 /pkgs/development/libraries/gpgme
parent7705c76c49cf2958e56dc3293ea1fc5dd9aabfbf (diff)
gpgme: use default texinfo
Diffstat (limited to 'pkgs/development/libraries/gpgme')
-rw-r--r--pkgs/development/libraries/gpgme/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gpgme/default.nix b/pkgs/development/libraries/gpgme/default.nix
index 71fe23ea6b0d..416ecb5631ed 100644
--- a/pkgs/development/libraries/gpgme/default.nix
+++ b/pkgs/development/libraries/gpgme/default.nix
@@ -2,7 +2,7 @@
, file, which
, autoreconfHook
, git
-, texinfo5
+, texinfo
, qtbase ? null
, withPython ? false, swig2 ? null, python ? null
}:
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
[ libgpgerror glib libassuan pth ]
++ lib.optional (qtbase != null) qtbase;
- nativeBuildInputs = [ file pkgconfig gnupg autoreconfHook git texinfo5 ]
+ nativeBuildInputs = [ file pkgconfig gnupg autoreconfHook git texinfo ]
++ lib.optionals withPython [ python swig2 which ];
postPatch =''