Personal-use NixOS configuration

Fix Emby package using incorrect version of glibc

+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