Unverified Commit c830ab26 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

[Backport release-25.11] telegram-desktop: add missing runtime geo deps (#466439)

parents 87a6b5cc 137e8e78
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
  libjxl,
  wrapGAppsHook3,
  wrapQtAppsHook,
  geoclue2,
  glib-networking,
  webkitgtk_4_1,
  withWebkit ? true,
@@ -53,7 +54,10 @@ stdenv.mkDerivation (finalAttrs: {
    "--prefix"
    "LD_LIBRARY_PATH"
    ":"
    (lib.makeLibraryPath [ webkitgtk_4_1 ])
    (lib.makeLibraryPath [
      geoclue2
      webkitgtk_4_1
    ])
  ];

  dontUnpack = true;