telega: Fix pkg-config dependency

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Sergey 2021-01-18 12:36:18 +03:00 committed by Sergey Makarov
parent 327e535e95
commit 90febc0e34
No known key found for this signature in database
GPG Key ID: 29ED1FC2B32F2D88

View File

@ -341,7 +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 ];
nativeBuildInputs = [ external.pkg-config ];
postBuild = ''
cd source/server