mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
mtprotoproxy: add uvloop
This commit is contained in:
parent
991f825f2d
commit
7b35f8bccc
@ -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…
Reference in New Issue
Block a user