mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 00:34:00 +00: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