mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-22 18:29:39 +01:00
tests/firefox: add applicationName to mock (#6668)
This commit is contained in:
parent
97a00e0659
commit
94605dcade
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ in {
|
||||||
"${unwrappedName}" = {
|
"${unwrappedName}" = {
|
||||||
name = unwrappedName;
|
name = unwrappedName;
|
||||||
extraAttrs = {
|
extraAttrs = {
|
||||||
|
applicationName = cfg.wrappedPackageName;
|
||||||
binaryName = cfg.wrappedPackageName;
|
binaryName = cfg.wrappedPackageName;
|
||||||
gtk3 = null;
|
gtk3 = null;
|
||||||
meta.description = "I pretend to be ${cfg.name}";
|
meta.description = "I pretend to be ${cfg.name}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue