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
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

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