9 stdenv.mkDerivation rec {
10 pname = "socket_wrapper";
14 url = "mirror://samba/cwrap/socket_wrapper-${version}.tar.gz";
15 sha256 = "sha256-CWz7TqucebUtss51JsVeUI8GZb/qxsS8ZqPIMh2HU1g=";
24 description = "Library passing all socket communications through unix sockets";
25 homepage = "https://git.samba.org/?p=socket_wrapper.git;a=summary;";
26 license = licenses.bsd3;
27 platforms = platforms.all;