mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
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
@ -36,8 +36,6 @@ stdenv.mkDerivation rec {
|
|||||||
hash = "sha256-XX6qOWlIl8TqOQMiGpmmDVKwQnM1taG6lrqq1ZFVk5s=";
|
hash = "sha256-XX6qOWlIl8TqOQMiGpmmDVKwQnM1taG6lrqq1ZFVk5s=";
|
||||||
};
|
};
|
||||||
|
|
||||||
prePatch = "patchShebangs .";
|
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
(lib.enableFeature threadingSupport "threading")
|
(lib.enableFeature threadingSupport "threading")
|
||||||
(lib.enableFeature openglSupport "gl")
|
(lib.enableFeature openglSupport "gl")
|
||||||
|
Loading…
Reference in New Issue
Block a user