tuigreet: add main-program

This commit is contained in:
Sebastian Sellmeier 2023-08-06 22:50:13 +02:00
parent 4f0d455a90
commit 9cf67bcb59
No known key found for this signature in database
GPG Key ID: 51E2BE0CCC826F98

View File

@ -22,5 +22,6 @@ rustPlatform.buildRustPackage rec {
license = licenses.gpl3Plus;
maintainers = with maintainers; [ luc65r ivar ];
platforms = platforms.linux;
mainProgram = "tuigreet";
};
}