diff options
Diffstat (limited to 'pkgs/telegram-cli')
-rw-r--r-- | pkgs/telegram-cli/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/telegram-cli/default.nix b/pkgs/telegram-cli/default.nix index 4b82b35..6987748 100644 --- a/pkgs/telegram-cli/default.nix +++ b/pkgs/telegram-cli/default.nix | |||
@@ -1,5 +1,5 @@ | |||
1 | { stdenv, fetchedGithub, pkgconfig, libevent, lua, jansson, openssl, readline, zlib, libconfig }: | 1 | { stdenv, mylibs, pkgconfig, libevent, lua, jansson, openssl, readline, zlib, libconfig }: |
2 | stdenv.mkDerivation (fetchedGithub ./telegram-cli.json // { | 2 | stdenv.mkDerivation (mylibs.fetchedGithub ./telegram-cli.json // { |
3 | patches = [ | 3 | patches = [ |
4 | ./telegram-cli.patch | 4 | ./telegram-cli.patch |
5 | ]; | 5 | ]; |