Tell hydra about the manual build output

This commit is contained in:
clerie 2022-12-07 19:50:10 +01:00
parent 421cc06d6c
commit 8fdbe54567
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@
buildInputs = [ pkgs.python3Packages.hatchling ];
propagatedBuildInputs = [ pkgs.python3Packages.rsa ];
postInstall = ''
mkdir -p $out/nix-support
echo "doc manual $doc/share/doc/mitel-ommclient2/html/index.html" >> $out/nix-support/hydra-build-products
'';
pythonImportsCheck = [ "mitel_ommclient2" ];
};
default = self.packages.x86_64-linux.mitel-ommclient2;