Personal-use NixOS configuration
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix Emby package using incorrect version of glibc

encode42 963c72f1 df27a80a

+3
+3
packages/emby-server/default.nix
··· 19 19 buildInputs = with pkgs; [ 20 20 dpkg 21 21 expat 22 + glibc 22 23 lttng-ust_2_12 23 24 zlib 24 25 ]; ··· 82 83 mv $out/bin/ffprobe $out/bin/.ffprobe-unwrapped 83 84 makeWrapper "$out/bin/.ffprobe-unwrapped" $out/bin/ffprobe \ 84 85 --prefix LD_LIBRARY_PATH : "$out/lib:$out/lib/x86_64-linux-gnu" 86 + 87 + rm -f $out/lib/libc.so.6 85 88 ''; 86 89 87 90 # Run autoPatchelfHook manually after installPhase