opencv3: Reduce closure size from 520 to 154 MiB
This commit is contained in:
parent
7fb45271b2
commit
c8a2533516
@ -165,6 +165,11 @@ stdenv.mkDerivation rec {
|
|||||||
${installExtraFiles face}
|
${installExtraFiles face}
|
||||||
'');
|
'');
|
||||||
|
|
||||||
|
postConfigure = ''
|
||||||
|
[ -e modules/core/version_string.inc ]
|
||||||
|
echo '"(build info elided)"' > modules/core/version_string.inc
|
||||||
|
'';
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ zlib pcre hdf5 glog boost google-gflags protobuf ]
|
[ zlib pcre hdf5 glog boost google-gflags protobuf ]
|
||||||
++ lib.optional enablePython pythonPackages.python
|
++ lib.optional enablePython pythonPackages.python
|
||||||
|
Loading…
Reference in New Issue
Block a user