summary refs log tree commit diff
path: root/pkgs/applications/graphics/freecad
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-03-04 09:48:36 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2011-03-04 09:48:36 +0000
commit370a89b5adc55e9ae62c420df7e2bc571419e449 (patch)
tree9648a9a4d554f06987491feae4b33dbb8fa7f90d /pkgs/applications/graphics/freecad
parentf6ea68b2ee1f81f20121e5602dd0c056de996a0b (diff)
downloadnixpkgs-370a89b5adc55e9ae62c420df7e2bc571419e449.tar
nixpkgs-370a89b5adc55e9ae62c420df7e2bc571419e449.tar.gz
nixpkgs-370a89b5adc55e9ae62c420df7e2bc571419e449.tar.bz2
nixpkgs-370a89b5adc55e9ae62c420df7e2bc571419e449.tar.lz
nixpkgs-370a89b5adc55e9ae62c420df7e2bc571419e449.tar.xz
nixpkgs-370a89b5adc55e9ae62c420df7e2bc571419e449.tar.zst
nixpkgs-370a89b5adc55e9ae62c420df7e2bc571419e449.zip
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
Diffstat (limited to 'pkgs/applications/graphics/freecad')
-rw-r--r--pkgs/applications/graphics/freecad/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/freecad/default.nix b/pkgs/applications/graphics/freecad/default.nix
index 5cb0a21627e..21a28cf1927 100644
--- a/pkgs/applications/graphics/freecad/default.nix
+++ b/pkgs/applications/graphics/freecad/default.nix
@@ -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;