opencv: add version with Python support to pythonPackages
This commit is contained in:
parent
f362f8d223
commit
423a36f990
@ -4062,6 +4062,16 @@ in modules // {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
opencv = pkgs.opencv.override {
|
||||||
|
enablePython = true;
|
||||||
|
pythonPackages = self;
|
||||||
|
};
|
||||||
|
|
||||||
|
opencv3 = pkgs.opencv3.override {
|
||||||
|
enablePython = true;
|
||||||
|
pythonPackages = self;
|
||||||
|
};
|
||||||
|
|
||||||
openstackclient = buildPythonPackage rec {
|
openstackclient = buildPythonPackage rec {
|
||||||
name = "openstackclient-${version}";
|
name = "openstackclient-${version}";
|
||||||
version = "1.7.1";
|
version = "1.7.1";
|
||||||
@ -25954,13 +25964,7 @@ in modules // {
|
|||||||
# thumborPexif
|
# thumborPexif
|
||||||
pexif
|
pexif
|
||||||
libthumbor
|
libthumbor
|
||||||
(pkgs.opencv.override {
|
opencv
|
||||||
gtk = null;
|
|
||||||
glib = null;
|
|
||||||
xineLib = null;
|
|
||||||
gstreamer = null;
|
|
||||||
ffmpeg = null;
|
|
||||||
})
|
|
||||||
] ++ optionals (!isPy3k) [ futures ];
|
] ++ optionals (!isPy3k) [ futures ];
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user