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:
sternenseemann 2022-11-26 23:46:56 +01:00
parent 755ae77ecc
commit 444c0d0206

View file

@ -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;