mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Fix pythonWrapper when all of the binaries come from python
See discussion in #834 Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
bee1d0716a
commit
f6e835a2c3
@ -9,6 +9,9 @@
|
||||
|
||||
postBuild = ''
|
||||
. "${makeWrapper}/nix-support/setup-hook"
|
||||
if [ -L "$out/bin" ]; then
|
||||
unlink "$out/bin"
|
||||
fi
|
||||
mkdir -p "$out/bin"
|
||||
cd "${python}/bin"
|
||||
for prg in *; do
|
||||
|
Loading…
Reference in New Issue
Block a user