haskellPackages.ldgallery-compiler: mark broken with ghc-9.2

This commit is contained in:
Dennis Gosnell 2022-12-24 11:58:07 +09:00
parent a6b7e0d0b1
commit fb337aedd8
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
2 changed files with 6 additions and 0 deletions

View File

@ -38,6 +38,8 @@ mkDerivation {
];
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ lassulus ];
# Does not compile with ghc-9.2
hydraPlatforms = lib.platforms.none;
broken = true;
}

View File

@ -35,4 +35,8 @@ mkDerivation {
license = lib.licenses.agpl3Only;
mainProgram = "ldgallery";
maintainers = [ lib.maintainers.pacien ];
# Does not compile with ghc-9.2
hydraPlatforms = lib.platforms.none;
broken = true;
}