build opencv with python3
This commit is contained in:
parent
d62c12ea32
commit
73aea5cd49
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue