pinentry: fix build /cc wkennington

This commit is contained in:
Domen Kožar
2015-03-26 10:07:05 +01:00
parent 61e573fcb6
commit 8feda47bee
3 changed files with 4 additions and 4 deletions

View File

@@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
configureFlags = [
(mkWith (libcap != null) "libcap")
(mkWith (hasX) "x")
(mkEnable (ncurses != null) "pinentry-curses")
(mkEnable true "pinentry-tty")
(mkEnable (gtk2 != null) "pinentry-gtk2")
@@ -33,7 +34,7 @@ stdenv.mkDerivation rec {
homepage = "http://gnupg.org/aegypten2/";
description = "GnuPG's interface to passphrase input";
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.all;
longDescription = ''
Pinentry provides a console and a GTK+ GUI that allows users to
enter a passphrase when `gpg' or `gpg2' is run and needs it.