From 4b4ee5af9c4bb97b2028c390e2c3897ad361ef45 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Fri, 8 Jul 2022 22:38:30 +0200 Subject: [PATCH] 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 --- pkgs/development/libraries/libwebp/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/libraries/libwebp/default.nix b/pkgs/development/libraries/libwebp/default.nix index ed4ccacb9ed5..13ad9eb29c2e 100644 --- a/pkgs/development/libraries/libwebp/default.nix +++ b/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")