haskell-pcap: override to fix undeclared dependency
This commit is contained in:
parent
849d618035
commit
61b44f4ef7
@ -933,4 +933,7 @@ self: super: {
|
||||
# https://github.com/ekmett/wl-pprint-terminfo/issues/7
|
||||
wl-pprint-terminfo = addExtraLibrary super.wl-pprint-terminfo pkgs.ncurses;
|
||||
|
||||
# https://github.com/bos/pcap/issues/5
|
||||
pcap = addExtraLibrary super.pcap pkgs.libpcap;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user