libwebp: don't patch shebangs

It isn't needed as none of the scripts are being ran during build.

See 2c7119de92 for discussion
This commit is contained in:
Daniel Olsen 2022-07-08 22:38:30 +02:00 committed by Alyssa Ross
parent 90b0c0b742
commit 4b4ee5af9c

View file

@ -36,8 +36,6 @@ stdenv.mkDerivation rec {
hash = "sha256-XX6qOWlIl8TqOQMiGpmmDVKwQnM1taG6lrqq1ZFVk5s=";
};
prePatch = "patchShebangs .";
configureFlags = [
(lib.enableFeature threadingSupport "threading")
(lib.enableFeature openglSupport "gl")