Skip to content

Commit

Permalink
webkitgtk: patch shebangs in postPatch
Browse files Browse the repository at this point in the history
this eliminates a build error due to /bin/bash in build scripts
  • Loading branch information
bendlas authored and jtojnar committed Mar 22, 2018
1 parent 562ae56 commit 3a3ea1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/libraries/webkitgtk/2.20.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ stdenv.mkDerivation rec {
## TODO add necessary patches for Darwin
];

postPatch = ''
patchShebangs .
'';

cmakeFlags = [
"-DPORT=GTK"
"-DUSE_LIBHYPHEN=0"
Expand Down

0 comments on commit 3a3ea1a

Please sign in to comment.