mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
python39Packages.zeroc-ice: add import check
This commit is contained in:
parent
d201550ffa
commit
a7e419661d
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ buildPythonPackage rec {
|
|||
|
||||
buildInputs = [ openssl bzip2 ];
|
||||
|
||||
pythonImportsCheck = [ "Ice" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://zeroc.com/";
|
||||
license = licenses.gpl2;
|
||||
|
|
Loading…
Reference in a new issue