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
|
||||
] ++ lib.optionals (!isPy3k) [ typing ];
|
||||
|
||||
propagatedNativeBuildInputs = [
|
||||
cffi
|
||||
];
|
||||
|
||||
# Some required libraries for testing are not packaged yet.
|
||||
doCheck = false;
|
||||
pythonImportsCheck = [ "olm" ];
|
||||
|
|
Loading…
Reference in a new issue