6 python3.pkgs.buildPythonApplication rec {
7 pname = "wlr-layout-ui";
11 src = fetchFromGitHub {
13 repo = "wlr-layout-ui";
14 rev = "refs/tags/${version}";
15 hash = "sha256-Qgg4fdxOVkADDOxmQgQFSF/wgrEQihoRNC9oXeQvaoI=";
19 python3.pkgs.poetry-core
22 propagatedBuildInputs = with python3.pkgs; [
29 install -Dm644 files/wlr-layout-ui.desktop $out/share/applications/wlr-layout-ui.desktop
33 description = "Simple GUI to setup the screens layout on wlroots based systems";
34 homepage = "https://github.com/fdev31/wlr-layout-ui/";
35 maintainers = with maintainers; [ bnlrnz ];
36 license = licenses.mit;
37 mainProgram = "wlrlui";
38 platforms = subtractLists platforms.darwin platforms.unix;