mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 20:02:14 +03:00
pkgs/tools/networking/x11-ssh-askpass: added meta section
svn path=/nixpkgs/trunk/; revision=24135
This commit is contained in:
parent
48ecb667ab
commit
a158e67b19
@ -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 = [];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user