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:
Austin Horstman
2025-06-15 18:37:49 -05:00
committed by GitHub
parent 30b6daf872
commit 676e40a246

View File

@@ -247,6 +247,7 @@ in
postBuild = ''
wrapProgram $out/bin/sketchybar ${lib.escapeShellArgs makeWrapperArgs}
'';
inherit (cfg.package) meta;
}
else
cfg.package;