zexy: don't patchShebangs, breaks build

This commit is contained in:
Bart Brouns 2016-07-17 09:32:10 +02:00
parent 76e4164007
commit 00a61a420f
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ stdenv.mkDerivation rec {
for i in ${puredata}/include/pd/*; do
ln -s $i .
done
patchShebangs
./bootstrap.sh
./configure --enable-lpt=no --prefix=$out
'';