Skip to content

Commit 2d521bf

Browse files
asppsaglobin
authored andcommittedSep 28, 2017
purePackages.gen: Don't build on Hydra (#29763)
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)
1 parent 06cf955 commit 2d521bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎pkgs/development/pure-modules/gen/default.nix

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
2020
homepage = http://puredocs.bitbucket.org/pure-gen.html;
2121
license = stdenv.lib.licenses.free;
2222
platforms = stdenv.lib.platforms.linux;
23+
hydraPlatforms = [];
2324
maintainers = with stdenv.lib.maintainers; [ asppsa ];
2425
};
2526
}

0 commit comments

Comments
 (0)
Please sign in to comment.