Skip to content

Commit

Permalink
purePackages.gen: Don't build on Hydra (#29763)
Browse files Browse the repository at this point in the history
Until agraef/pure-lang#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)
  • Loading branch information
asppsa authored and joachifm committed Sep 26, 2017
1 parent 3414265 commit 8ac4682
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/pure-modules/gen/default.nix
Expand Up @@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
homepage = http://puredocs.bitbucket.org/pure-gen.html;
license = stdenv.lib.licenses.free;
platforms = stdenv.lib.platforms.linux;
hydraPlatforms = [];
maintainers = with stdenv.lib.maintainers; [ asppsa ];
};
}

1 comment on commit 8ac4682

@globin
Copy link
Member

@globin globin commented on 8ac4682 Sep 26, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather mark this as broken if it cannot be compiled?

Please sign in to comment.