freecad: Use libsForQt5 and not qt5.14

(#99956).
This commit is contained in:
Doron Behar 2020-10-08 16:34:36 +03:00 committed by Frederik Rietdijk
parent f4b8c8f1df
commit 244ef6c24b

View File

@ -20802,10 +20802,10 @@ in
fractal = callPackage ../applications/networking/instant-messengers/fractal { };
freecad = libsForQt514.callPackage ../applications/graphics/freecad {
freecad = libsForQt5.callPackage ../applications/graphics/freecad {
mpi = openmpi;
};
freecadStable = libsForQt514.callPackage ../applications/graphics/freecad/stable.nix {
freecadStable = libsForQt5.callPackage ../applications/graphics/freecad/stable.nix {
mpi = openmpi;
opencascade-occt = opencascade-occt730;
python3Packages = python37Packages;