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
commit 0f7b8bde6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''