haskell-pipes-transduce: fix build
This commit is contained in:
parent
e6e5d984ab
commit
2daf67bf87
@ -965,5 +965,10 @@ self: super: {
|
|||||||
dns_sd = pkgs.avahi.override {
|
dns_sd = pkgs.avahi.override {
|
||||||
withLibdnssdCompat = true;
|
withLibdnssdCompat = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# https://github.com/danidiaz/pipes-transduce/issues/2
|
||||||
|
pipes-transduce = super.pipes-transduce.override {
|
||||||
|
foldl = self.foldl_1_1_6;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user