Merge pull request #63823 from uHOOCCOOHu/fix/shadowsocks-libev_deps
shadowsocks-libev: fix shared libraries
This commit is contained in:
commit
0f7b8bde6c
|
@ -22,6 +22,10 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
cmakeFlags = [ "-DWITH_STATIC=OFF" "-DCMAKE_BUILD_WITH_INSTALL_NAME_DIR=ON" ];
|
cmakeFlags = [ "-DWITH_STATIC=OFF" "-DCMAKE_BUILD_WITH_INSTALL_NAME_DIR=ON" ];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
cp lib/* $out/lib
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A lightweight secured SOCKS5 proxy";
|
description = "A lightweight secured SOCKS5 proxy";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
|
Loading…
Reference in New Issue