7 python3.pkgs.buildPythonApplication rec {
8 pname = "wlr-layout-ui";
12 src = fetchFromGitHub {
14 repo = "wlr-layout-ui";
16 hash = "sha256-Qgg4fdxOVkADDOxmQgQFSF/wgrEQihoRNC9oXeQvaoI=";
20 python3.pkgs.poetry-core
23 propagatedBuildInputs = with python3.pkgs; [
30 install -Dm644 files/wlr-layout-ui.desktop $out/share/applications/wlr-layout-ui.desktop
34 description = "Simple GUI to setup the screens layout on wlroots based systems";
35 homepage = "https://github.com/fdev31/wlr-layout-ui/";
36 maintainers = with maintainers; [ bnlrnz ];
37 license = licenses.mit;
38 mainProgram = "wlrlui";
39 platforms = subtractLists platforms.darwin platforms.unix;