zexy: don't patchShebangs, breaks build
This commit is contained in:
parent
76e4164007
commit
00a61a420f
|
@ -16,7 +16,6 @@ stdenv.mkDerivation rec {
|
||||||
for i in ${puredata}/include/pd/*; do
|
for i in ${puredata}/include/pd/*; do
|
||||||
ln -s $i .
|
ln -s $i .
|
||||||
done
|
done
|
||||||
patchShebangs
|
|
||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
./configure --enable-lpt=no --prefix=$out
|
./configure --enable-lpt=no --prefix=$out
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue