mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-31 04:04:32 +00: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}" = {
|
||||
name = unwrappedName;
|
||||
extraAttrs = {
|
||||
applicationName = cfg.wrappedPackageName;
|
||||
binaryName = cfg.wrappedPackageName;
|
||||
gtk3 = null;
|
||||
meta.description = "I pretend to be ${cfg.name}";
|
||||
|
|
Loading…
Add table
Reference in a new issue