my descent in to madness is complete
This commit is contained in:
parent
86a1d9d25e
commit
edb63704ab
1 changed files with 7 additions and 4 deletions
|
@ -75,15 +75,18 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
in sandboxed.config.env // {
|
||||
in sandboxed.config.env;
|
||||
baseWrapped = sandboxFirefox prev.firefox-esr;
|
||||
in
|
||||
baseWrapped // {
|
||||
inherit (prev.firefox-esr)
|
||||
meta
|
||||
browserName
|
||||
binaryName
|
||||
version;
|
||||
|
||||
|
||||
unwrapped = prev.firefox-esr;
|
||||
override = attrs: baseWrapped;
|
||||
overrideAttrs = f: baseWrapped;
|
||||
};
|
||||
in
|
||||
sandboxFirefox prev.firefox-esr;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue