goldendict: fix build with gcc47

This commit is contained in:
Vladimír Čunát
2013-03-21 00:08:24 +01:00
parent d91df9a4bd
commit d210a4a8fa
2 changed files with 41 additions and 1 deletions
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
cd ${name}-src
tar xf ${src}
'';
patches = [ ./goldendict-paths.diff ];
patches = [ ./goldendict-paths.diff ./gcc47.patch ];
patchFlags = "-p 0";
configurePhase = ''
qmake