lol

python39Packages.zeroc-ice: add import check

authored by

Sandro Jäckel and committed by
Jonathan Ringer
a7e41966 d201550f

+2
+2
pkgs/development/python-modules/zeroc-ice/default.nix
··· 11 11 12 12 buildInputs = [ openssl bzip2 ]; 13 13 14 + pythonImportsCheck = [ "Ice" ]; 15 + 14 16 meta = with lib; { 15 17 homepage = "https://zeroc.com/"; 16 18 license = licenses.gpl2;