Merge pull request #273504 from xrelkd/update/leftwm
leftwm: add `meta.mainProgram`
This commit is contained in:
commit
350930355b
@ -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