Tell hydra about the manual build output
This commit is contained in:
parent
421cc06d6c
commit
81e325c445
@ -28,6 +28,11 @@
|
||||
buildInputs = [ pkgs.python3Packages.hatchling ];
|
||||
propagatedBuildInputs = [ pkgs.python3Packages.rsa ];
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $doc/nix-support
|
||||
echo "doc manual $doc/share/doc/mitel-ommclient2/html/index.html" >> $doc/nix-support/hydra-build-products
|
||||
'';
|
||||
|
||||
pythonImportsCheck = [ "mitel_ommclient2" ];
|
||||
};
|
||||
default = self.packages.x86_64-linux.mitel-ommclient2;
|
||||
|
Loading…
Reference in New Issue
Block a user