mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
htoml-megaparsec: build against newest megaparsec
This commit is contained in:
parent
57594bcf0a
commit
11efabe29c
@ -501,4 +501,6 @@ self: super: builtins.intersectAttrs super {
|
||||
# Without this override, the builds lacks pkg-config.
|
||||
opencv-extra = addPkgconfigDepend super.opencv-extra (pkgs.opencv3.override { enableContrib = true; });
|
||||
|
||||
# Written against the 6.X series of megaparsec
|
||||
htoml-megaparsec = super.htoml-megaparsec.override { megaparsec = self.megaparsec_6_2_0; };
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user