mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-04 03:03:42 +00:00
haskellPackages.ghc96.singletons-base: unbreak
This commit is contained in:
parent
2f055ed6d0
commit
57af7250bd
@ -165,6 +165,8 @@ self: super: {
|
||||
lambdabot
|
||||
lambdabot-haskell-plugins
|
||||
;
|
||||
|
||||
singletons-base = dontCheck super.singletons-base;
|
||||
}
|
||||
# super.ghc is required to break infinite recursion as Nix is strict in the attrNames
|
||||
// lib.optionalAttrs (pkgs.stdenv.hostPlatform.isAarch64 && lib.versionOlder super.ghc.version "9.6.4") {
|
||||
|
Loading…
Reference in New Issue
Block a user