pkgs/tools/networking/x11-ssh-askpass: added meta section

svn path=/nixpkgs/trunk/; revision=24135
This commit is contained in:
Peter Simons 2010-10-07 13:13:57 +00:00
parent 48ecb667ab
commit a158e67b19

View File

@ -15,4 +15,12 @@ stdenv.mkDerivation {
buildPhase = "xmkmf; make includes; make";
buildInputs = [x11 imake];
meta = {
homepage = "http://www.jmknoble.net/software/x11-ssh-askpass/";
description = "lightweight passphrase dialog for OpenSSH or other open variants of SSH";
platforms = stdenv.lib.platforms.unix;
maintainers = [];
};
}