build opencv with python3

This commit is contained in:
Trolli Schmittlauch 2018-10-09 13:27:44 +02:00
parent d62c12ea32
commit 73aea5cd49

View file

@ -182,7 +182,7 @@ let
# TODO: make a nix-shell expression out of this
computerVisionTooling = [
(enableDebugging (opencv3.override {enablePython=true;}))
(enableDebugging (opencv3.override {enablePython=true; enableDocs=true; pythonPackages=pkgs.python3Packages;}))
];
in