summary refs log tree commit diff
path: root/pkgs/development/libraries/webkitgtk
diff options
context:
space:
mode:
authorHerwig Hochleitner <herwig@bendlas.net>2018-03-15 03:16:52 +0100
committerJan Tojnar <jtojnar@gmail.com>2018-03-22 07:46:52 +0100
commit3a3ea1a69d2b43472cbbfe533e5528d4ec969d60 (patch)
treea088e3673a9af3b9fc8e67e97389046e79485aeb /pkgs/development/libraries/webkitgtk
parent562ae5605665f91973fa102782b0cb3b9c99b643 (diff)
downloadnixpkgs-3a3ea1a69d2b43472cbbfe533e5528d4ec969d60.tar
nixpkgs-3a3ea1a69d2b43472cbbfe533e5528d4ec969d60.tar.gz
nixpkgs-3a3ea1a69d2b43472cbbfe533e5528d4ec969d60.tar.bz2
nixpkgs-3a3ea1a69d2b43472cbbfe533e5528d4ec969d60.tar.lz
nixpkgs-3a3ea1a69d2b43472cbbfe533e5528d4ec969d60.tar.xz
nixpkgs-3a3ea1a69d2b43472cbbfe533e5528d4ec969d60.tar.zst
nixpkgs-3a3ea1a69d2b43472cbbfe533e5528d4ec969d60.zip
webkitgtk: patch shebangs in postPatch
this eliminates a build error due to /bin/bash in build scripts
Diffstat (limited to 'pkgs/development/libraries/webkitgtk')
-rw-r--r--pkgs/development/libraries/webkitgtk/2.20.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/libraries/webkitgtk/2.20.nix b/pkgs/development/libraries/webkitgtk/2.20.nix
index 926ed3aa619..8adef46356d 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"