svn merge ^/nixpkgs/trunk

svn path=/nixpkgs/branches/stdenv-updates/; revision=32417
This commit is contained in:
Yury G. Kudryashov
2012-02-20 05:30:06 +00:00
13 changed files with 163 additions and 51 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 = ''