Merge pull request #91290 from gebner/freecad-py37

This commit is contained in:
Gabriel Ebner 2020-06-23 11:51:10 +02:00 committed by GitHub
commit e41ea6b5b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19862,7 +19862,11 @@ in
fractal = callPackage ../applications/networking/instant-messengers/fractal { };
freecad = qt5.callPackage ../applications/graphics/freecad { mpi = openmpi; };
freecad = qt5.callPackage ../applications/graphics/freecad {
mpi = openmpi;
# pyside2 5.12 is broken under python 3.8
python3Packages = python37Packages;
};
freemind = callPackage ../applications/misc/freemind { };