mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
parent
4a57860df4
commit
66fb849432
@ -19,10 +19,6 @@ stdenv.mkDerivation rec {
|
|||||||
substituteInPlace Makefile --replace "-Werror" "-Werror -Wno-stringop-truncation"
|
substituteInPlace Makefile --replace "-Werror" "-Werror -Wno-stringop-truncation"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
|
||||||
cp src/proxychains.conf $out/etc
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Proxifier for SOCKS proxies";
|
description = "Proxifier for SOCKS proxies";
|
||||||
homepage = "http://proxychains.sourceforge.net";
|
homepage = "http://proxychains.sourceforge.net";
|
||||||
|
Loading…
Reference in New Issue
Block a user