mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
hlint, hoogle: add override for extra package
This commit is contained in:
parent
86e65430f6
commit
cb7b52a1b1
|
@ -1020,6 +1020,9 @@ self: super: {
|
|||
preCheck = ''export PATH="$PWD/dist/build/alex:$PATH"'';
|
||||
});
|
||||
|
||||
# Both need a more up-to-date version
|
||||
hlint = super.hlint.override { extra = self.extra_1_6_6; };
|
||||
hoogle = super.hoogle.override { extra = self.extra_1_6_6; };
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue