mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,10 @@ stdenv.mkDerivation rec {
|
|||
## TODO add necessary patches for Darwin
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs .
|
||||
'';
|
||||
|
||||
cmakeFlags = [
|
||||
"-DPORT=GTK"
|
||||
"-DUSE_LIBHYPHEN=0"
|
||||
|
|
Loading…
Reference in a new issue