mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
haskell.packages.ghc8107.spectacle: mark as unbroken
Closes #135145. GHC >= 9.0 is unsupported at this moment (same goes for 8.8.4): https://github.com/awakesecurity/spectacle/issues/49
This commit is contained in:
parent
d77355fa63
commit
b42bd1a3d2
@ -133,4 +133,8 @@ self: super: {
|
||||
|
||||
# Depends on OneTuple for GHC < 9.0
|
||||
universe-base = addBuildDepends [ self.OneTuple ] super.universe-base;
|
||||
|
||||
# Not possible to build in the main GHC 9.0 package set
|
||||
# https://github.com/awakesecurity/spectacle/issues/49
|
||||
spectacle = doDistribute (markUnbroken super.spectacle);
|
||||
}
|
||||
|
@ -361,6 +361,9 @@ let
|
||||
ghc-lib = released;
|
||||
ghc-lib-parser = released;
|
||||
ghc-lib-parser-ex = released;
|
||||
spectacle = [
|
||||
compilerNames.ghc8107
|
||||
];
|
||||
})
|
||||
{
|
||||
mergeable = pkgs.releaseTools.aggregate {
|
||||
|
Loading…
Reference in New Issue
Block a user