Merge pull request #109630 from SeTSeR/master
melpaPackages.telega: Fix build
This commit is contained in:
commit
34095f8d96
@ -341,6 +341,7 @@ let
|
|||||||
# Telega has a server portion for it's network protocol
|
# Telega has a server portion for it's network protocol
|
||||||
telega = super.telega.overrideAttrs (old: {
|
telega = super.telega.overrideAttrs (old: {
|
||||||
buildInputs = old.buildInputs ++ [ pkgs.tdlib ];
|
buildInputs = old.buildInputs ++ [ pkgs.tdlib ];
|
||||||
|
nativeBuildInputs = [ external.pkg-config ];
|
||||||
|
|
||||||
postBuild = ''
|
postBuild = ''
|
||||||
cd source/server
|
cd source/server
|
||||||
|
Loading…
x
Reference in New Issue
Block a user