haskellPackages.ghcup: fix libyaml-streamly inheriting stale broken
overrideScope applies an overlay that fixes the build error for libyaml-streamly, however the (correct) broken state of the package in the normal package set is incorrectly inherited, so a markUnbroken is required.
This commit is contained in:
parent
50f969fb18
commit
398a948191
1 changed files with 1 additions and 0 deletions
|
@ -1957,6 +1957,7 @@ EOT
|
|||
optics = self.optics_0_4;
|
||||
streamly = self.streamly_0_8_0;
|
||||
Cabal = self.Cabal_3_6_2_0;
|
||||
libyaml-streamly = markUnbroken super.libyaml-streamly;
|
||||
}));
|
||||
|
||||
# Break out of "Cabal < 3.2" constraint.
|
||||
|
|
Loading…
Reference in a new issue