From 76e87ff2198e012a31e439f83863c98b7d5c3208 Mon Sep 17 00:00:00 2001 From: emaryn Date: Sun, 9 Feb 2025 07:53:48 +0800 Subject: [PATCH] plex-desktop: fix noBrokenSymlinks --- pkgs/by-name/pl/plex-desktop/package.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/by-name/pl/plex-desktop/package.nix b/pkgs/by-name/pl/plex-desktop/package.nix index 49231cee5ac2..60f7a6c5bf51 100644 --- a/pkgs/by-name/pl/plex-desktop/package.nix +++ b/pkgs/by-name/pl/plex-desktop/package.nix @@ -119,6 +119,11 @@ let rm $out/usr/lib/x86_64-linux-gnu/libasound.so.2.0.0 ln -s ${alsa-lib}/lib/libasound.so.2.0.0 $out/usr/lib/x86_64-linux-gnu/libasound.so.2.0.0 + ln -snf ${glib.dev}/bin/gio-querymodules $out/usr/bin/gio-querymodules + ln -snf ${glib.dev}/bin/glib-compile-schemas $out/usr/bin/glib-compile-schemas + rm $out/usr/share/doc/libglib2.0-bin/changelog.Debian.gz + rm $out/usr/share/doc/libxml2/NEWS.gz + runHook postInstall ''; };