haskellPackages.ldgallery-compiler: mark broken with ghc-9.2
This commit is contained in:
parent
a6b7e0d0b1
commit
fb337aedd8
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user