Commit db1835a5 authored by Marcus Boyd's avatar Marcus Boyd Committed by Jon
Browse files

cq-editor: use python37Packages

parent 5e759553
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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 { };