webkitgtk: patch shebangs in postPatch
this eliminates a build error due to /bin/bash in build scripts
This commit is contained in:
parent
562ae56056
commit
3a3ea1a69d
@ -54,6 +54,10 @@ stdenv.mkDerivation rec {
|
|||||||
## TODO add necessary patches for Darwin
|
## TODO add necessary patches for Darwin
|
||||||
];
|
];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
patchShebangs .
|
||||||
|
'';
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DPORT=GTK"
|
"-DPORT=GTK"
|
||||||
"-DUSE_LIBHYPHEN=0"
|
"-DUSE_LIBHYPHEN=0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user