summary refs log tree commit diff
path: root/pkgs/top-level/aliases.nix
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2016-12-29 21:12:49 +0100
committerMichael Weiss <dev.primeos@gmail.com>2017-03-26 21:12:45 +0200
commitef8c0d1388e17e0f8aa76f9623411f336f66dca5 (patch)
treeede0567c967b8a9e08aef667cff11892cbabd8a2 /pkgs/top-level/aliases.nix
parenta4ac5506f57f767fd53aebd0eeea8db4c911f83f (diff)
downloadnixpkgs-ef8c0d1388e17e0f8aa76f9623411f336f66dca5.tar
nixpkgs-ef8c0d1388e17e0f8aa76f9623411f336f66dca5.tar.gz
nixpkgs-ef8c0d1388e17e0f8aa76f9623411f336f66dca5.tar.bz2
nixpkgs-ef8c0d1388e17e0f8aa76f9623411f336f66dca5.tar.lz
nixpkgs-ef8c0d1388e17e0f8aa76f9623411f336f66dca5.tar.xz
nixpkgs-ef8c0d1388e17e0f8aa76f9623411f336f66dca5.tar.zst
nixpkgs-ef8c0d1388e17e0f8aa76f9623411f336f66dca5.zip
signing-party: Fix deps and include all tools
Additional tools:
- gpg-key2latex
- gpgdir
- gpgwrap

This module is really hacky and the dependencies are very messy... :o

However I tried my best at testing all 19 individual tools and they
should (hopefully) all work now (apart from sendmail which can be
provided by multiple packages) :)

The code is very redundant (sorry) but imho it's easier to read and
maintain it that way.

TODO: There are some additional manual pages that could be included (I'm
too exhausted for that atm...). And there might be a lot of stuff that
could be improved in the future.
Diffstat (limited to 'pkgs/top-level/aliases.nix')
-rw-r--r--pkgs/top-level/aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index f790bbf29ed..dfecb3f7212 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -95,6 +95,7 @@ doNotDisplayTwice rec {
   nfsUtils = nfs-utils;  # added 2014-12-06
   opencl-icd = ocl-icd; # added 2017-01-20
   owncloudclient = owncloud-client;  # added 2016-08
+  pgp-tools = signing-party; # added 2017-03-26
   pidgin-with-plugins = pidgin; # added 2016-06
   pidginlatexSF = pidginlatex; # added 2014-11-02
   poppler_qt5 = libsForQt5.poppler;  # added 2015-12-19