* Fix the XML::Parser build hook.

svn path=/nixpkgs/trunk/; revision=8280
This commit is contained in:
Eelco Dolstra 2007-03-13 13:38:33 +00:00
parent 1f5bdf1f58
commit 0a107102ad
2 changed files with 1 additions and 2 deletions

View File

@ -6,6 +6,6 @@ import ../generic perl {
url = http://nix.cs.uu.nl/dist/tarballs/XML-Parser-2.34.tar.gz;
md5 = "84d9e0001fe01c14867256c3fe115899";
};
perlPreHook = ./hook.sh;
perlPreHook = "makeMakerFlags=\"EXPATLIBPATH=$expat/lib EXPATINCPATH=$expat/include\"";
inherit expat;
}

View File

@ -1 +0,0 @@
makeMakerFlags="EXPATLIBPATH=$expat/lib EXPATINCPATH=$expat/include"