sketchybar: add meta.mainProgram
This commit is contained in:
parent
75683e2839
commit
38b9aaf668
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
description = "A highly customizable macOS status bar replacement";
|
description = "A highly customizable macOS status bar replacement";
|
||||||
homepage = "https://github.com/FelixKratz/SketchyBar";
|
homepage = "https://github.com/FelixKratz/SketchyBar";
|
||||||
license = lib.licenses.gpl3;
|
license = lib.licenses.gpl3;
|
||||||
|
mainProgram = "sketchybar";
|
||||||
maintainers = with lib.maintainers; [ azuwis khaneliman ];
|
maintainers = with lib.maintainers; [ azuwis khaneliman ];
|
||||||
platforms = lib.platforms.darwin;
|
platforms = lib.platforms.darwin;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue