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:
parent
90b0c0b742
commit
4b4ee5af9c
1 changed files with 0 additions and 2 deletions
|
@ -36,8 +36,6 @@ stdenv.mkDerivation rec {
|
|||
hash = "sha256-XX6qOWlIl8TqOQMiGpmmDVKwQnM1taG6lrqq1ZFVk5s=";
|
||||
};
|
||||
|
||||
prePatch = "patchShebangs .";
|
||||
|
||||
configureFlags = [
|
||||
(lib.enableFeature threadingSupport "threading")
|
||||
(lib.enableFeature openglSupport "gl")
|
||||
|
|
Loading…
Reference in a new issue