python39Packages.zeroc-ice: add import check

This commit is contained in:
Sandro Jäckel 2021-08-26 14:48:21 +02:00 committed by Jonathan Ringer
parent d201550ffa
commit a7e419661d

View File

@ -11,6 +11,8 @@ buildPythonPackage rec {
buildInputs = [ openssl bzip2 ];
pythonImportsCheck = [ "Ice" ];
meta = with lib; {
homepage = "https://zeroc.com/";
license = licenses.gpl2;