3
0
Fork 0
forked from mirrors/nixpkgs

webkitgtk: fix build by patchShebangs /Tools/gtk/generate-feature-defines-files

This commit is contained in:
Song Wenwu 2013-12-13 21:31:35 +08:00 committed by Vladimír Čunát
parent e0a959d05f
commit 7c2ba05e13

View file

@ -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