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)

(cherry picked from commit 8ac4682)
  • Loading branch information
asppsa authored and globin committed Sep 28, 2017
1 parent 06cf955 commit 2d521bf
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 ];
};
}

0 comments on commit 2d521bf

Please sign in to comment.