floorp: Fix tests for floorp-bin change
Several of the `floorp` tests were broken by the upstream switch to `floorp-bin`. Most changes were to do with not being able to use `programs.floorp.wrappedPackageName` in expected results.
This commit is contained in:
parent
bba859cd85
commit
d21bee5abf
5 changed files with 5 additions and 4 deletions
|
|
@ -19,7 +19,7 @@ let
|
|||
substitutions = [
|
||||
"--replace"
|
||||
"@name@"
|
||||
cfg.wrappedPackageName
|
||||
cfg.package.meta.mainProgram
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue