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 = ''
|
postBuild = ''
|
||||||
. "${makeWrapper}/nix-support/setup-hook"
|
. "${makeWrapper}/nix-support/setup-hook"
|
||||||
|
if [ -L "$out/bin" ]; then
|
||||||
|
unlink "$out/bin"
|
||||||
|
fi
|
||||||
mkdir -p "$out/bin"
|
mkdir -p "$out/bin"
|
||||||
cd "${python}/bin"
|
cd "${python}/bin"
|
||||||
for prg in *; do
|
for prg in *; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user