arandr: set meta.mainProgram

This commit is contained in:
Guilhem Saurel 2024-03-08 21:36:17 +01:00 committed by Matthieu Coudron
parent 57cf2e0b24
commit 41fcc1d0f3

View File

@ -36,5 +36,6 @@ buildPythonApplication rec {
description = "A simple visual front end for XRandR";
license = licenses.gpl3;
maintainers = with maintainers; [ gepbird ];
mainProgram = "arandr";
};
}