Let hydra build paraview with qt-4.7 and qt-4.8

svn path=/nixpkgs/trunk/; revision=32452
This commit is contained in:
Yury G. Kudryashov
2012-02-21 12:57:23 +00:00
parent a81366984e
commit 743c7e3539
2 changed files with 4 additions and 2 deletions
@@ -3,7 +3,7 @@
, mpich2
, python
, libxml2
, mesa
, mesa, libXt
}:
stdenv.mkDerivation rec {
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
buildInputs = [ cmake qt4 hdf5 mpich2 python libxml2 mesa ];
buildInputs = [ cmake qt4 hdf5 mpich2 python libxml2 mesa libXt ];
meta = {
homepage = "http://www.paraview.org/";