libwebp: don't patch shebangs

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

See https://github.com/NixOS/nixpkgs/commit/2c7119de924feff4edd46da9b417fbf9ec0a97a2 for discussion
This commit is contained in:
Daniel Olsen
2022-08-16 08:36:57 +00:00
committed by Alyssa Ross
parent 90b0c0b742
commit 4b4ee5af9c
@@ -36,8 +36,6 @@ stdenv.mkDerivation rec {
hash = "sha256-XX6qOWlIl8TqOQMiGpmmDVKwQnM1taG6lrqq1ZFVk5s=";
};
prePatch = "patchShebangs .";
configureFlags = [
(lib.enableFeature threadingSupport "threading")
(lib.enableFeature openglSupport "gl")