Pass perl to monotone

svn path=/nixpkgs/trunk/; revision=17821
This commit is contained in:
Michael Raskin 2009-10-15 11:27:25 +00:00
parent d1e55d0210
commit c9c2d78116

View File

@ -2096,7 +2096,7 @@ let
monotone = import ../applications/version-management/monotone {
inherit stdenv fetchurl boost zlib botan libidn pcre
sqlite lib;
sqlite lib perl;
lua = lua5;
};