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 ];
|
patches = [ ./webcore-svg-libxml-cflags.patch ];
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
|
patchShebangs Tools/gtk
|
||||||
|
|
||||||
for i in $(find . -name '*.p[l|m]'); do
|
for i in $(find . -name '*.p[l|m]'); do
|
||||||
sed -e 's@/usr/bin/gcc@gcc@' -i $i
|
sed -e 's@/usr/bin/gcc@gcc@' -i $i
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user