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