mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 16:53:21 +00:00
python3Packages.python-olm: fix cross-compilation
This commit is contained in:
parent
4242f3f197
commit
69e1dd893b
@ -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 New Issue
Block a user