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

nextcloud-talk-desktop: fix missing libraries (#466201)

parents 99f46bca 5ee47c15
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
  libGL,
  libglvnd,
  systemd,
  patchelf,
  nix-update-script,
  undmg,
  makeWrapper,
@@ -125,6 +126,11 @@ let
      runHook postInstall
    '';

    postFixup = ''
      patchelf --add-needed libGL.so.1 --add-needed libEGL.so.1 \
        "$out/opt/Nextcloud Talk-linux-x64/Nextcloud Talk"
    '';

    passthru.updateScript = nix-update-script { };

    meta = meta // {