Skip to content

Commit

Permalink
tdesktop: override glibmm_2_68 to version 2.76.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Apr 4, 2023
1 parent baee100 commit b6641c2
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ lib
, fetchFromGitHub
, fetchpatch
, fetchurl
, callPackage
, pkg-config
, cmake
Expand Down Expand Up @@ -70,6 +71,13 @@ let
cxxStandard = "20";
};
};
glibmm = glibmm_2_68.overrideAttrs (_: {
version = "2.76.0";
src = fetchurl {
url = "mirror://gnome/sources/glibmm/2.76/glibmm-2.76.0.tar.xz";
sha256 = "sha256-hjfYDOq9lP3dbkiXCggqJkVY1KuCaE4V/8h+fvNGKrI=";
};
});
in
stdenv.mkDerivation rec {
pname = "telegram-desktop";
Expand Down Expand Up @@ -140,7 +148,7 @@ stdenv.mkDerivation rec {
range-v3
tl-expected
hunspell
glibmm_2_68
glibmm
webkitgtk_4_1
jemalloc
rnnoise
Expand Down

0 comments on commit b6641c2

Please sign in to comment.