Removing the wrong pyqt references in freecad. I don't know how to make it work with pyqt still.

svn path=/nixpkgs/trunk/; revision=26154
This commit is contained in:
Lluís Batlle i Rossell 2011-03-04 09:48:36 +00:00
parent f6ea68b2ee
commit 370a89b5ad

View file

@ -1,6 +1,6 @@
{ fetchsvn, stdenv, cmake, coin3d, xercesc, ode, eigen, qt4, opencascade, gts,
boost, zlib,
python, swig, gfortran, soqt, libf2c, pyqt4 }:
python, swig, gfortran, soqt, libf2c }:
# It builds but fails to install
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [ cmake coin3d xercesc ode eigen qt4 opencascade gts boost
zlib python swig gfortran soqt libf2c pyqt ];
zlib python swig gfortran soqt libf2c ];
enableParallelBuilding = true;