We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 45e518d commit 19dad71Copy full SHA for 19dad71
pkgs/development/haskell-modules/hackage-packages.nix
@@ -867,6 +867,7 @@ self: {
867
homepage = "http://allureofthestars.com";
868
description = "Near-future Sci-Fi roguelike and tactical squad game";
869
license = stdenv.lib.licenses.agpl3;
870
+ hydraPlatforms = stdenv.lib.platforms.none;
871
}) {};
872
873
"AndroidViewHierarchyImporter" = callPackage
@@ -11076,6 +11077,7 @@ self: {
11076
11077
homepage = "https://lambdahack.github.io";
11078
description = "A game engine library for roguelike dungeon crawlers";
11079
license = stdenv.lib.licenses.bsd3;
11080
11081
11082
11083
"LambdaINet" = callPackage
0 commit comments