build opencv with python3
This commit is contained in:
parent
d62c12ea32
commit
73aea5cd49
2
home.nix
2
home.nix
|
@ -182,7 +182,7 @@ let
|
||||||
|
|
||||||
# TODO: make a nix-shell expression out of this
|
# TODO: make a nix-shell expression out of this
|
||||||
computerVisionTooling = [
|
computerVisionTooling = [
|
||||||
(enableDebugging (opencv3.override {enablePython=true;}))
|
(enableDebugging (opencv3.override {enablePython=true; enableDocs=true; pythonPackages=pkgs.python3Packages;}))
|
||||||
];
|
];
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue