mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
shadowsocks-libev: fix shared libraries
This commit is contained in:
parent
b05870d223
commit
cc8152323d
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user