tdesktop: fix build
This commit is contained in:
parent
76079c145b
commit
e884e2840e
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user