opencascade: fixing build by downgrading the automake used

This commit is contained in:
Lluís Batlle i Rossell 2012-08-09 17:10:46 +02:00
parent 7fd5e6d668
commit 186601f461

View file

@ -4504,6 +4504,7 @@ let
openbabel = callPackage ../development/libraries/openbabel { };
opencascade = callPackage ../development/libraries/opencascade {
automake = automake111x;
ftgl = ftgl212;
};