Reinstate GNU Idutils, erroneously (?!) removed by r15967.

svn path=/nixpkgs/trunk/; revision=16066
This commit is contained in:
Ludovic Courtès 2009-06-26 23:54:36 +00:00
parent 6bc07c8e68
commit eba599b798

View File

@ -863,6 +863,10 @@ let
inherit fetchurl stdenv bison flex;
};
idutils = import ../tools/misc/idutils {
inherit fetchurl stdenv emacs;
};
imapsync = import ../tools/networking/imapsync {
inherit fetchurl stdenv perl openssl;
inherit (perlPackages) MailIMAPClient;