Removing the qt as an opencascade dependency. It is not used at all there.

svn path=/nixpkgs/trunk/; revision=20128
This commit is contained in:
Lluís Batlle i Rossell 2010-02-19 14:25:23 +00:00
parent 840a78977b
commit 912bbd7aa1
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{stdenv, fetchurl, mesa, qt4, tcl, tk, file}:
{stdenv, fetchurl, mesa, tcl, tk, file}:
stdenv.mkDerivation rec {
name = "opencascade-6.3.0";
@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
md5 = "52778127974cb3141c2827f9d40d1f11";
};
buildInputs = [ mesa qt4 tcl tk file ];
buildInputs = [ mesa tcl tk file ];
preConfigure = ''
cd ros

View file

@ -4620,7 +4620,7 @@ let
};
opencascade = import ../development/libraries/opencascade {
inherit fetchurl stdenv mesa qt4 tcl tk file;
inherit fetchurl stdenv mesa tcl tk file;
};
openct = import ../development/libraries/openct {