This commit is contained in:
caem 2025-01-25 01:25:13 +01:00
parent 6394952d4c
commit 4aac5a690b
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -75,7 +75,21 @@
};
};
in
prev.wrapFirefox sandboxed-firefox-esr.config.env {
prev.wrapFirefox (sandboxed-firefox-esr.config.env // {
inherit (prev.firefox-esr)
version
meta
langPath
updateScript
pkgconfig
buildPackages
patches
extraPatches
extraPrefs
extraPolicies
nativeMessagingHosts
cfg;
}) {
applicationName = "firefox-esr-sandboxed";
desktopName = "Firefox ESR (Sandboxed)";
};