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:
parent
840a78977b
commit
912bbd7aa1
@ -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
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user