Merge commit staging+systemd into closure-size

Many non-conflict problems weren't (fully) resolved in this commit yet.
This commit is contained in:
Vladimír Čunát
2015-10-03 13:33:13 +02:00
6304 changed files with 708456 additions and 130039 deletions

View File

@@ -1,14 +1,15 @@
{ stdenv, fetchurl, cmake, pkgconfig }:
stdenv.mkDerivation rec {
name = "socket_wrapper-1.1.3";
name = "socket_wrapper-1.1.4";
src = fetchurl {
url = "mirror://samba/cwrap/${name}.tar.gz";
sha256 = "04xfa4yhcaj63ymagmlx77fakrx3wb8ss42m15pmwjaiyi2xndx3";
sha256 = "0ypp7sx5rhn4jpmn5yxgr7mm5kkdcsa76xfnhgsvhagh1naqap2k";
};
buildInputs = [ cmake pkgconfig (stdenv.cc.libc.out or null) ];
nativeBuildInputs = [ cmake pkgconfig ];
buildInputs = [ (stdenv.cc.libc.out or null) ];
meta = with stdenv.lib; {
description = "a library passing all socket communications through unix sockets";