mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
telega: Fix build
This commit is contained in:
parent
feb775d1c8
commit
327e535e95
@ -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.pkgconfig ];
|
||||||
|
|
||||||
postBuild = ''
|
postBuild = ''
|
||||||
cd source/server
|
cd source/server
|
||||||
|
Loading…
Reference in New Issue
Block a user