pastel: add meta.mainProgram

This commit is contained in:
Kylie McClain 2023-08-12 16:19:02 -04:00
parent 8247d17281
commit 475ec06484
No known key found for this signature in database

View File

@ -21,5 +21,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/sharkdp/pastel/releases/tag/v${version}";
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ davidtwco ];
mainProgram = "pastel";
};
}