Removed binary argument from networkTransport and networkTransportTcp
This commit is contained in:
parent
88050e4a41
commit
719d0b64e0
|
@ -45,8 +45,6 @@
|
||||||
modularArithmetic = null; # requires base >= 4.7
|
modularArithmetic = null; # requires base >= 4.7
|
||||||
pipesBinary = super.pipesBinary.override { binary = self.binary_0_7_2_1; };
|
pipesBinary = super.pipesBinary.override { binary = self.binary_0_7_2_1; };
|
||||||
rank1dynamic = super.rank1dynamic.override { binary = self.binary_0_7_2_1; };
|
rank1dynamic = super.rank1dynamic.override { binary = self.binary_0_7_2_1; };
|
||||||
networkTransport = super.networkTransport.override { binary = self.binary_0_7_2_1; };
|
|
||||||
networkTransportTcp = super.networkTransportTcp.override { binary = self.binary_0_7_2_1; };
|
|
||||||
distributedStatic = super.distributedStatic.override { binary = self.binary_0_7_2_1; };
|
distributedStatic = super.distributedStatic.override { binary = self.binary_0_7_2_1; };
|
||||||
distributedProcess = super.distributedProcess.override { binary = self.binary_0_7_2_1; };
|
distributedProcess = super.distributedProcess.override { binary = self.binary_0_7_2_1; };
|
||||||
singletons = null; # requires base >= 4.7
|
singletons = null; # requires base >= 4.7
|
||||||
|
|
Loading…
Reference in New Issue