Update pkgs/waterfox-bin/default.nix

This commit is contained in:
암냥 2026-03-19 10:34:01 +00:00
commit a35fd5069d

View file

@ -159,12 +159,6 @@ stdenv.mkDerivation (finalAttrs: {
runHook postInstall
'';
preFixup = ''
gappsWrapperArgs+=(
--prefix XDG_DATA_DIRS : "$XDG_ICON_DIRS:$GSETTINGS_SCHEMAS_PATH:$out/share"
)
'';
postInstall = ''
find $out/opt/waterfox -type f -name "*.so" -exec sh -c '
if patchelf --print-interpreter "{}" >/dev/null 2>&1; then