* Fix the XML::Parser build hook.
svn path=/nixpkgs/trunk/; revision=8280
This commit is contained in:
parent
1f5bdf1f58
commit
0a107102ad
@ -6,6 +6,6 @@ import ../generic perl {
|
|||||||
url = http://nix.cs.uu.nl/dist/tarballs/XML-Parser-2.34.tar.gz;
|
url = http://nix.cs.uu.nl/dist/tarballs/XML-Parser-2.34.tar.gz;
|
||||||
md5 = "84d9e0001fe01c14867256c3fe115899";
|
md5 = "84d9e0001fe01c14867256c3fe115899";
|
||||||
};
|
};
|
||||||
perlPreHook = ./hook.sh;
|
perlPreHook = "makeMakerFlags=\"EXPATLIBPATH=$expat/lib EXPATINCPATH=$expat/include\"";
|
||||||
inherit expat;
|
inherit expat;
|
||||||
}
|
}
|
||||||
|
@ -1 +0,0 @@
|
|||||||
makeMakerFlags="EXPATLIBPATH=$expat/lib EXPATINCPATH=$expat/include"
|
|
Loading…
x
Reference in New Issue
Block a user