nspr: Bump to 4.10.2

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy
2013-11-18 15:23:30 -05:00
parent c41cf22b62
commit b09f8110db
2 changed files with 7 additions and 2 deletions

View File

@@ -22,6 +22,11 @@
rm -f "$out/bin/$prg"
makeWrapper "${python}/bin/$prg" "$out/bin/$prg" --set PYTHONHOME "$out"
done
if [ -f ${python}/nix-support/setup-hook ]; then
mkdir -p $out/nix-support/
ln -sv ${python}/nix-support/setup-hook $out/nix-support
fi
'' + postBuild;
}) // {
inherit python;