forked from mirrors/nixpkgs
webkitgtk: fix build by patchShebangs /Tools/gtk/generate-feature-defines-files
This commit is contained in:
parent
e0a959d05f
commit
7c2ba05e13
|
@ -23,6 +23,8 @@ stdenv.mkDerivation rec {
|
|||
patches = [ ./webcore-svg-libxml-cflags.patch ];
|
||||
|
||||
prePatch = ''
|
||||
patchShebangs Tools/gtk
|
||||
|
||||
for i in $(find . -name '*.p[l|m]'); do
|
||||
sed -e 's@/usr/bin/gcc@gcc@' -i $i
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue