Merge pull request #63823 from uHOOCCOOHu/fix/shadowsocks-libev_deps

shadowsocks-libev: fix shared libraries
This commit is contained in:
Mario Rodas
2019-06-26 22:30:35 -05:00
committed by GitHub

View File

@@ -22,6 +22,10 @@ stdenv.mkDerivation rec {
cmakeFlags = [ "-DWITH_STATIC=OFF" "-DCMAKE_BUILD_WITH_INSTALL_NAME_DIR=ON" ];
postInstall = ''
cp lib/* $out/lib
'';
meta = with stdenv.lib; {
description = "A lightweight secured SOCKS5 proxy";
longDescription = ''