qtscriptgenerator: qt-4.8 patch

svn path=/nixpkgs/trunk/; revision=32414
This commit is contained in:
Yury G. Kudryashov
2012-02-20 05:27:57 +00:00
parent ebe141d306
commit 4c5aaf3736
2 changed files with 24 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ stdenv.mkDerivation {
};
buildInputs = [ qt4 ];
patches = [./qtscriptgenerator.gcc-4.4.patch];
patches = [ ./qtscriptgenerator.gcc-4.4.patch ./qt-4.8.patch ];
# Why isn't the author providing proper Makefile or a CMakeLists.txt ?
buildPhase = ''