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