mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
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"
|
||||
done
|
||||
ensureDir "$out/share"
|
||||
ln "$python/share/man" "$out/share/man" -s
|
||||
ln -s "$python/share/man" "$out/share/man"
|
||||
'';
|
||||
|
||||
inherit python;
|
||||
|
Loading…
Reference in New Issue
Block a user