Fix remaining perl mention in buildInputs

svn path=/nixpkgs/trunk/; revision=20989
This commit is contained in:
Michael Raskin 2010-04-09 11:37:38 +00:00
parent e80351a49d
commit ff8fbd8a1a

View File

@ -3,7 +3,6 @@ let
s = import ./src-for-default.nix;
buildInputs = with a; [
openssl zlib pcre libxml2 libxslt
perl ? null
];
in
rec {