webkitgtk: patch shebangs in postPatch

this eliminates a build error due to /bin/bash in build scripts
This commit is contained in:
Herwig Hochleitner
2018-03-15 03:16:52 +01:00
committed by Jan Tojnar
parent 562ae56056
commit 3a3ea1a69d

View File

@@ -54,6 +54,10 @@ stdenv.mkDerivation rec {
## TODO add necessary patches for Darwin
];
postPatch = ''
patchShebangs .
'';
cmakeFlags = [
"-DPORT=GTK"
"-DUSE_LIBHYPHEN=0"