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

View File

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