Merge pull request #190511 from superherointj/package-pixinsight-hydraPlatorms

pixinsight: disable hydra builds
This commit is contained in:
superherointj 2022-09-09 19:12:55 -03:00 committed by GitHub
commit 63761aca42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,6 +128,7 @@ stdenv.mkDerivation rec {
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
maintainers = [ maintainers.sheepforce ];
hydraPlatforms = [];
mainProgram = "PixInsight";
};
}