3
0
Fork 0
forked from mirrors/nixpkgs

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
commit 34095f8d96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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