python3Packages.python-olm: fix cross-compilation
This commit is contained in:
parent
4242f3f197
commit
69e1dd893b
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ buildPythonPackage {
|
||||||
future
|
future
|
||||||
] ++ lib.optionals (!isPy3k) [ typing ];
|
] ++ lib.optionals (!isPy3k) [ typing ];
|
||||||
|
|
||||||
|
propagatedNativeBuildInputs = [
|
||||||
|
cffi
|
||||||
|
];
|
||||||
|
|
||||||
# Some required libraries for testing are not packaged yet.
|
# Some required libraries for testing are not packaged yet.
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
pythonImportsCheck = [ "olm" ];
|
pythonImportsCheck = [ "olm" ];
|
||||||
|
|
Loading…
Reference in a new issue