Author: viric
Date: Fri Mar  4 09:48:36 2011
New Revision: 26154
URL: https://svn.nixos.org/websvn/nix/?rev=26154&sc=1

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

Modified:
   nixpkgs/trunk/pkgs/applications/graphics/freecad/default.nix

Modified: nixpkgs/trunk/pkgs/applications/graphics/freecad/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/applications/graphics/freecad/default.nix        Fri Mar 
 4 09:48:33 2011        (r26153)
+++ nixpkgs/trunk/pkgs/applications/graphics/freecad/default.nix        Fri Mar 
 4 09:48:36 2011        (r26154)
@@ -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 @@
   };
 
   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;
 
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to