mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
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
|
||||
pipesBinary = super.pipesBinary.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; };
|
||||
distributedProcess = super.distributedProcess.override { binary = self.binary_0_7_2_1; };
|
||||
singletons = null; # requires base >= 4.7
|
||||
|
Loading…
Reference in New Issue
Block a user