1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

pinta: add meta.mainProgram

This commit is contained in:
Thiago Kenji Okada 2022-01-04 15:18:56 -03:00
parent e4bae52770
commit 13c35a4f5f

View file

@ -82,5 +82,6 @@ buildDotnetModule rec {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ thiagokokada ];
platforms = with lib.platforms; linux;
mainProgram = "pinta";
};
}