cq-editor: use python37Packages

This commit is contained in:
Marcus Boyd 2020-06-26 19:50:23 +09:30 committed by Jon
parent 5e759553ae
commit db1835a599

View file

@ -19249,7 +19249,9 @@ in
coyim = callPackage ../applications/networking/instant-messengers/coyim {};
cq-editor = libsForQt5.callPackage ../applications/graphics/cq-editor { };
cq-editor = libsForQt5.callPackage ../applications/graphics/cq-editor {
python3Packages = python37Packages;
};
cpp_ethereum = callPackage ../applications/misc/cpp-ethereum { };