tdesktop: fix build

This commit is contained in:
Sandro Jäckel 2021-11-01 21:49:45 +01:00
parent 76079c145b
commit e884e2840e
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -29,6 +29,7 @@
, webkitgtk , webkitgtk
, jemalloc , jemalloc
, rnnoise , rnnoise
, abseil-cpp
# Transitive dependencies: # Transitive dependencies:
, util-linuxMinimal , util-linuxMinimal
, pcre , pcre
@ -57,7 +58,11 @@
# - https://github.com/void-linux/void-packages/blob/master/srcpkgs/telegram-desktop/template # - https://github.com/void-linux/void-packages/blob/master/srcpkgs/telegram-desktop/template
let let
tg_owt = callPackage ./tg_owt.nix { }; tg_owt = callPackage ./tg_owt.nix {
abseil-cpp = abseil-cpp.override {
cxxStandard = "17";
};
};
in in
mkDerivation rec { mkDerivation rec {
pname = "telegram-desktop"; pname = "telegram-desktop";