mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
parent
ea743a97f5
commit
78f81c5bac
|
@ -10,6 +10,11 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "015skh3z1jmm8kxbm3nkqv1w56kcvabdmcbmpwzywxr4xnh3x3pc";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
# Temporary work-around; most likely fixed by next upstream release
|
||||
sed -i Makefile -e '/-lpthread/a LDFLAGS+=-ldl'
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Proxifier for SOCKS proxies";
|
||||
homepage = http://proxychains.sourceforge.net;
|
||||
|
|
Loading…
Reference in a new issue