1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Removed binary argument from networkTransport and networkTransportTcp

This commit is contained in:
Aycan iRiCAN 2014-06-21 18:01:51 +03:00
parent 88050e4a41
commit 719d0b64e0

View file

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