python3.pkgs.fasttext: add pythonImportsCheck
This commit is contained in:
parent
90136f0b77
commit
deda5e8b05
@ -5,6 +5,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
buildInputs = [ pybind11 ];
|
buildInputs = [ pybind11 ];
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "fasttext" ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ numpy ];
|
propagatedBuildInputs = [ numpy ];
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user