mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 20:14:37 +00:00
leftwm: add meta.mainProgram
This commit is contained in:
parent
8d17fb2bc6
commit
de4942fcf0
@ -41,5 +41,6 @@ rustPlatform.buildRustPackage rec {
|
|||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
maintainers = with lib.maintainers; [ yanganto ];
|
maintainers = with lib.maintainers; [ yanganto ];
|
||||||
changelog = "https://github.com/leftwm/leftwm/blob/${version}/CHANGELOG.md";
|
changelog = "https://github.com/leftwm/leftwm/blob/${version}/CHANGELOG.md";
|
||||||
|
mainProgram = "leftwm";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user