haskell-pipes-transduce: fix build

This commit is contained in:
Michael Alan Dorman 2016-04-05 07:14:48 -04:00 committed by Peter Simons
parent e6e5d984ab
commit 2daf67bf87

View file

@ -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;
}; };
} }