lol

python3Packages.python-olm: fix cross-compilation

authored by

legendofmiracles and committed by
Jonathan Ringer
69e1dd89 4242f3f1

+4
+4
pkgs/development/python-modules/python-olm/default.nix
··· 17 17 future 18 18 ] ++ lib.optionals (!isPy3k) [ typing ]; 19 19 20 + propagatedNativeBuildInputs = [ 21 + cffi 22 + ]; 23 + 20 24 # Some required libraries for testing are not packaged yet. 21 25 doCheck = false; 22 26 pythonImportsCheck = [ "olm" ];