python3.pkgs.fasttext: add pythonImportsCheck

This commit is contained in:
Jörg Thalheim 2020-04-28 14:23:36 +01:00
parent 90136f0b77
commit deda5e8b05
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -5,6 +5,8 @@ buildPythonPackage rec {
buildInputs = [ pybind11 ];
pythonImportsCheck = [ "fasttext" ];
propagatedBuildInputs = [ numpy ];
preBuild = ''