* Synced with trunk @ 15211

svn path=/nixos/branches/modular-nixos/; revision=15363
This commit is contained in:
Marc Weber 2009-04-28 13:34:22 +00:00
parent bb2de6da2e
commit ab9cde5a83

View File

@ -54,9 +54,11 @@ let
# Urgh, most of these are dependencies of Email::Send, should figure them out automatically. # Urgh, most of these are dependencies of Email::Send, should figure them out automatically.
perlFlags = map (x: "-I${x}/lib/site_perl") [ perlFlags = map (x: "-I${x}/lib/site_perl") [
pkgs.perlBerkeleyDB pkgs.perlEmailSend pkgs.perlEmailSimple pkgs.perlPackages.BerkeleyDB pkgs.perlPackages.EmailSend
pkgs.perlModulePluggable pkgs.perlReturnValue pkgs.perlEmailAddress pkgs.perlPackages.EmailSimple pkgs.perlPackages.ModulePluggable
pkgs.perlCryptPasswordMD5 pkgs.perlStringMkPasswd pkgs.perlPackages.ReturnValue pkgs.perlPackages.EmailAddress
pkgs.perlPackages.CryptPasswordMD5
pkgs.perlPackages.StringMkPasswd
]; ];
# Do a syntax check on the generated file. # Do a syntax check on the generated file.