Merge pull request #109630 from SeTSeR/master

melpaPackages.telega: Fix build
This commit is contained in:
Sandro
2021-01-19 14:15:31 +01:00
committed by GitHub

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.pkg-config ];
postBuild = ''
cd source/server