telega: Fix build

This commit is contained in:
Sergey Makarov 2021-01-17 01:23:13 +03:00
parent feb775d1c8
commit 327e535e95
No known key found for this signature in database
GPG Key ID: 29ED1FC2B32F2D88

View File

@ -341,6 +341,7 @@ let
# Telega has a server portion for it's network protocol
telega = super.telega.overrideAttrs (old: {
buildInputs = old.buildInputs ++ [ pkgs.tdlib ];
nativeBuildInputs = [ external.pkgconfig ];
postBuild = ''
cd source/server