telega: Fix pkg-config dependency
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
327e535e95
commit
90febc0e34
@ -341,7 +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.pkgconfig ];
|
||||
nativeBuildInputs = [ external.pkg-config ];
|
||||
|
||||
postBuild = ''
|
||||
cd source/server
|
||||
|
Loading…
x
Reference in New Issue
Block a user