Skip to content

Commit 19dad71

Browse files
committedSep 10, 2017
Allure & LambdaHack: disable failing Hydra builds
1 parent 45e518d commit 19dad71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

Diff for: ‎pkgs/development/haskell-modules/hackage-packages.nix

+2
Original file line numberDiff line numberDiff line change
@@ -867,6 +867,7 @@ self: {
867867
homepage = "http://allureofthestars.com";
868868
description = "Near-future Sci-Fi roguelike and tactical squad game";
869869
license = stdenv.lib.licenses.agpl3;
870+
hydraPlatforms = stdenv.lib.platforms.none;
870871
}) {};
871872

872873
"AndroidViewHierarchyImporter" = callPackage
@@ -11076,6 +11077,7 @@ self: {
1107611077
homepage = "https://lambdahack.github.io";
1107711078
description = "A game engine library for roguelike dungeon crawlers";
1107811079
license = stdenv.lib.licenses.bsd3;
11080+
hydraPlatforms = stdenv.lib.platforms.none;
1107911081
}) {};
1108011082

1108111083
"LambdaINet" = callPackage

0 commit comments

Comments
 (0)
Please sign in to comment.