misplace
This commit is contained in:
parent
a5aa4d4d43
commit
d321247ed5
1 changed files with 4 additions and 4 deletions
|
@ -75,7 +75,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
wrappedFirefox = prev.wrapFirefox sandboxed-firefox-esr.config.env {
|
wrappedFirefox = prev.wrapFirefox sandboxed-firefox-esr.config.env // {
|
||||||
|
meta = prev.firefox-esr.meta;
|
||||||
|
} {
|
||||||
applicationName = "firefox-esr";
|
applicationName = "firefox-esr";
|
||||||
pname = "firefox-esr";
|
pname = "firefox-esr";
|
||||||
desktopName = "Firefox ESR";
|
desktopName = "Firefox ESR";
|
||||||
|
@ -83,7 +85,5 @@
|
||||||
wmClass = "firefox-esr";
|
wmClass = "firefox-esr";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
wrappedFirefox // {
|
wrappedFirefox;
|
||||||
meta = prev.firefox-esr.meta;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue