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:
parent
f6ea68b2ee
commit
370a89b5ad
@ -1,6 +1,6 @@
|
|||||||
{ fetchsvn, stdenv, cmake, coin3d, xercesc, ode, eigen, qt4, opencascade, gts,
|
{ fetchsvn, stdenv, cmake, coin3d, xercesc, ode, eigen, qt4, opencascade, gts,
|
||||||
boost, zlib,
|
boost, zlib,
|
||||||
python, swig, gfortran, soqt, libf2c, pyqt4 }:
|
python, swig, gfortran, soqt, libf2c }:
|
||||||
|
|
||||||
# It builds but fails to install
|
# It builds but fails to install
|
||||||
|
|
||||||
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake coin3d xercesc ode eigen qt4 opencascade gts boost
|
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;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user