mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
zexy: don't patchShebangs, breaks build
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user