mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08: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:
@@ -247,6 +247,7 @@ in
|
||||
postBuild = ''
|
||||
wrapProgram $out/bin/sketchybar ${lib.escapeShellArgs makeWrapperArgs}
|
||||
'';
|
||||
inherit (cfg.package) meta;
|
||||
}
|
||||
else
|
||||
cfg.package;
|
||||
|
||||
Reference in New Issue
Block a user