mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-27 07:14:52 +00:00
haskellPackages.purenix: adjust override for pure purescript dep
Before, purenix relied on purescript-*st which is no longer the case. It now depends on the main purescript package and needs to inherit its overrides.
This commit is contained in:
parent
755ae77ecc
commit
444c0d0206
@ -2610,7 +2610,7 @@ in {
|
||||
|
||||
purescript-ast = purescriptStOverride super.purescript-ast;
|
||||
|
||||
purenix = purescriptStOverride super.purenix;
|
||||
purenix = super.purenix.overrideScope purescriptOverlay;
|
||||
|
||||
# 2022-11-05: https://github.com/ysangkok/haskell-tzdata/issues/3
|
||||
tzdata = dontCheck super.tzdata;
|
||||
|
Loading…
Reference in New Issue
Block a user