about summary refs log tree commit diff
path: root/pkgs/tools/misc/keychain
AgeCommit message (Collapse)AuthorFilesLines
2015-08-12keychain: support Darwin as a platformBadi' Abdul-Wahid1-2/+7
This change provides support for Darwin as a platform by making the `procps` parameter optional. If the platform is linux, then `procps`/bin is added to the wrapped keychain's PATH, else not.
2015-05-18keychain: fixup shebang, use upstream builder, install manpagePatrick Mahoney1-9/+6
fixup shebang - build was not running fixupPhase, and shebang was pointing to /bin/sh. On a system where /bin/sh links to dash, this results in errors: /nix/store/v40yk16fl1rhvr6zz91ij753ziyphwwp-keychain-2.8.0/bin/.keychain-wrapped: 59: /nix/store/v40yk16fl1rhvr6zz91ij753ziyphwwp-keychain-2.8.0/bin/.keychain-wrapped: shopt: not found /nix/store/v40yk16fl1rhvr6zz91ij753ziyphwwp-keychain-2.8.0/bin/.keychain-wrapped: 686: /nix/store/v40yk16fl1rhvr6zz91ij753ziyphwwp-keychain-2.8.0/bin/.keychain-wrapped: Syntax error: "(" unexpected (expecting ")") use upstream builder - the include Makefile uses perl to generate a manpage and insert the same text into the keychain script for '--help' output, which was otherwise missing: $ keychain --help * keychain 2.8.0 ~ http://www.funtoo.org [snip] INSERT_POD_OUTPUT_HERE install manpage - self explanatory
2015-03-22keychain: 2.7.1 -> 2.8.0Edward Tjörnhammar1-10/+15
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-11-28keychain: Add missing binaries to PATHRickard Nilsson1-7/+18
2011-01-31update keychain to 2.7.1David Guibert1-3/+3
svn path=/nixpkgs/trunk/; revision=25734
2010-07-28* Get rid of many instances of "args: with args;", and other codingEelco Dolstra1-12/+12
guidelines violations. * Updated libsamplerate to 0.1.7. svn path=/nixpkgs/trunk/; revision=22782
2008-04-23added keychain, a gentoo tool to start gnupg and ssh daemon writing pids to ↵Marc Weber1-0/+24
a file so that you can share them easily on different shells svn path=/nixpkgs/trunk/; revision=11693