mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #17039 from magnetophon/zexy
zexy: don't patchShebangs, breaks build
This commit is contained in:
commit
f5dd6462fb
@ -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
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user