haskellPackages.tcod-haskell: fix eval with allowBroken (#449764)

This commit is contained in:
Wolfgang Walther
2025-10-08 07:51:21 +00:00
committed by GitHub
+1 -1
View File
@@ -659632,7 +659632,7 @@ self: {
hydraPlatforms = lib.platforms.none;
broken = true;
}
) { inherit (pkgs) libtcod; };
) { libtcod = null; };
tconfig = callPackage (
{