Attempt to patch all .so's

This commit is contained in:
Jordan Dominion
2024-11-09 11:17:19 -05:00
parent 538e9cffee
commit bf5bfe6597
+1 -1
View File
@@ -25,7 +25,7 @@ let
patchelf --set-interpreter "$(cat ${stdenv.cc}/nix-support/dynamic-linker)" \
--set-rpath "$BYOND_PATH:${rpath}" \
$BYOND_PATH/{DreamDaemon,DreamDownload,DreamMaker}
$BYOND_PATH/{DreamDaemon,DreamDownload,DreamMaker,*.so}
'';
tgs-wrapper = pkgs.writeShellScriptBin "tgs-path-wrapper" ''