autorandr: add meta.mainProgram

This commit is contained in:
Infinidoge 2023-10-06 13:50:48 -04:00 committed by Yaya
parent bd1cf55f63
commit f93a3efa6d

View file

@ -72,5 +72,6 @@ python3.pkgs.buildPythonApplication rec {
license = licenses.gpl3Plus;
maintainers = with maintainers; [ coroa globin ];
platforms = platforms.unix;
mainProgram = "autorandr";
};
}