purePackages.gen: Don't build on Hydra (#29763)

Until https://github.com/agraef/pure-lang/issues/8 is resolved, this
package can't be compiled. This patch turns off Hydra builds of this
package as part of #28643 (zero Hydra failures)

authored by Alastair Pharo and committed by Joachim F 8ac4682e 3414265e

+1
+1
pkgs/development/pure-modules/gen/default.nix
··· 20 20 homepage = http://puredocs.bitbucket.org/pure-gen.html; 21 21 license = stdenv.lib.licenses.free; 22 22 platforms = stdenv.lib.platforms.linux; 23 + hydraPlatforms = []; 23 24 maintainers = with stdenv.lib.maintainers; [ asppsa ]; 24 25 }; 25 26 }