forked from mirrors/nixpkgs
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 = super.telega.overrideAttrs (old: {
|
||||
buildInputs = old.buildInputs ++ [ pkgs.tdlib ];
|
||||
nativeBuildInputs = [ external.pkg-config ];
|
||||
|
||||
postBuild = ''
|
||||
cd source/server
|
||||
|
|
Loading…
Reference in a new issue