haskell-pipes-transduce: fix build

This commit is contained in:
Michael Alan Dorman
2016-04-07 07:53:57 +02:00
committed by Peter Simons
parent e6e5d984ab
commit 2daf67bf87
@@ -965,5 +965,10 @@ self: super: {
dns_sd = pkgs.avahi.override {
withLibdnssdCompat = true;
};
# https://github.com/danidiaz/pipes-transduce/issues/2
pipes-transduce = super.pipes-transduce.override {
foldl = self.foldl_1_1_6;
};
}