fix pythonWrapper for non-gnu ln
This commit is contained in:
parent
26ec1abf41
commit
870f4cca73
@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
|||||||
makeWrapper "$python/bin/$prg" "$out/bin/$prg" --suffix PYTHONPATH : "$PYTHONPATH"
|
makeWrapper "$python/bin/$prg" "$out/bin/$prg" --suffix PYTHONPATH : "$PYTHONPATH"
|
||||||
done
|
done
|
||||||
ensureDir "$out/share"
|
ensureDir "$out/share"
|
||||||
ln "$python/share/man" "$out/share/man" -s
|
ln -s "$python/share/man" "$out/share/man"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
inherit python;
|
inherit python;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user