libwebp: don't patch shebangs

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

See 2c7119de92 for discussion
main
Daniel Olsen 2 years ago committed by Alyssa Ross
parent 90b0c0b742
commit 4b4ee5af9c
  1. 2
      pkgs/development/libraries/libwebp/default.nix

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

Loading…
Cancel
Save