mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
haskell-wl-pprint-terminfo: override to add undeclared/missing 'ncurses' dependency
This commit is contained in:
parent
78dcbd3cc6
commit
849d618035
@ -930,4 +930,7 @@ self: super: {
|
||||
# Upstream has no issue tracker.
|
||||
dpkg = markBroken super.dpkg;
|
||||
|
||||
# https://github.com/ekmett/wl-pprint-terminfo/issues/7
|
||||
wl-pprint-terminfo = addExtraLibrary super.wl-pprint-terminfo pkgs.ncurses;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user