1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 05:31:22 +00:00

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