mtprotoproxy: add uvloop

wip/yesman
Nikolay Amiantov 5 years ago
parent 991f825f2d
commit 7b35f8bccc
  1. 4
      pkgs/servers/mtprotoproxy/default.nix

@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, python, pyaes, pycrypto, wrapPython }:
{ stdenv, fetchFromGitHub, python, pyaes, pycrypto, uvloop, wrapPython }:
stdenv.mkDerivation rec {
pname = "mtprotoproxy";
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ wrapPython ];
pythonPath = [ pyaes pycrypto ];
pythonPath = [ pyaes pycrypto uvloop ];
installPhase = ''
install -Dm755 mtprotoproxy.py $out/bin/mtprotoproxy

Loading…
Cancel
Save