opencascade: fixing build by downgrading the automake used

This commit is contained in:
Lluís Batlle i Rossell
2012-08-10 09:26:47 +02:00
parent 7fd5e6d668
commit 186601f461
+1
View File
@@ -4504,6 +4504,7 @@ let
openbabel = callPackage ../development/libraries/openbabel { };
opencascade = callPackage ../development/libraries/opencascade {
automake = automake111x;
ftgl = ftgl212;
};