X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=pkgs%2Ftelegramircd%2Fdefault.nix;h=2f1d7ca57a57e133202b3138609999fafcf95c2e;hp=8c8bddc60effb57006cdb027b92329211afb12de;hb=dff8b5932bd45c9b3c21209e076b0c0d140bc2f5;hpb=676e68e3394eeb07a02745d1cf191db9fee9e610 diff --git a/pkgs/telegramircd/default.nix b/pkgs/telegramircd/default.nix index 8c8bddc..2f1d7ca 100644 --- a/pkgs/telegramircd/default.nix +++ b/pkgs/telegramircd/default.nix @@ -1,11 +1,11 @@ -{ openssl, telethon, python3Packages, fetchedGithub }: +{ openssl, telethon, python3Packages, mylibs }: with python3Packages; buildPythonApplication rec { format = "other"; pname = "telegramircd"; version = "master"; propagatedBuildInputs = [ telethon aiohttp ConfigArgParse openssl ]; - src = (fetchedGithub ./telegramircd.json).src; + src = (mylibs.fetchedGithub ./telegramircd.json).src; LD_LIBRARY_PATH = "${openssl.out}/lib"; installPhase = '' install -D $src/telegramircd.py $out/bin/telegramircd