mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-29 13:41:03 +01:00
sketchybar: inherit meta in finalPackage (#7276)
Since we're creating a new derivation, we drop the original package attributes. Add our own meta.mainProgram to resolve those warnings. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
30b6daf872
commit
676e40a246
1 changed files with 1 additions and 0 deletions
|
|
@ -247,6 +247,7 @@ in
|
|||
postBuild = ''
|
||||
wrapProgram $out/bin/sketchybar ${lib.escapeShellArgs makeWrapperArgs}
|
||||
'';
|
||||
inherit (cfg.package) meta;
|
||||
}
|
||||
else
|
||||
cfg.package;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue