From 3a3ea1a69d2b43472cbbfe533e5528d4ec969d60 Mon Sep 17 00:00:00 2001 From: Herwig Hochleitner Date: Thu, 15 Mar 2018 03:16:52 +0100 Subject: [PATCH] webkitgtk: patch shebangs in postPatch this eliminates a build error due to /bin/bash in build scripts --- pkgs/development/libraries/webkitgtk/2.20.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/libraries/webkitgtk/2.20.nix b/pkgs/development/libraries/webkitgtk/2.20.nix index 926ed3aa6198..8adef46356d9 100644 --- a/pkgs/development/libraries/webkitgtk/2.20.nix +++ b/pkgs/development/libraries/webkitgtk/2.20.nix @@ -54,6 +54,10 @@ stdenv.mkDerivation rec { ## TODO add necessary patches for Darwin ]; + postPatch = '' + patchShebangs . + ''; + cmakeFlags = [ "-DPORT=GTK" "-DUSE_LIBHYPHEN=0"