diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-04-26 14:05:15 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-04-26 14:05:15 +0200 |
commit | dff8b5932bd45c9b3c21209e076b0c0d140bc2f5 (patch) | |
tree | 0fc2237e7ebdd2ce7c8ab40a960d3c6abee62d8e /pkgs/telegram-cli | |
parent | 676e68e3394eeb07a02745d1cf191db9fee9e610 (diff) | |
download | Nix-dff8b5932bd45c9b3c21209e076b0c0d140bc2f5.tar.gz Nix-dff8b5932bd45c9b3c21209e076b0c0d140bc2f5.tar.zst Nix-dff8b5932bd45c9b3c21209e076b0c0d140bc2f5.zip |
Use mylibs explicitly in pkgs
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 | ]; |