From 73aea5cd49a4663c439d2275c77d124d4fc0668b Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Tue, 9 Oct 2018 13:27:44 +0200 Subject: [PATCH] build opencv with python3 --- home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 4dd807f..8ee22ae 100644 --- a/home.nix +++ b/home.nix @@ -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