13 pname = "labwc-tweaks";
14 version = "0-unstable-2024-04-27";
16 src = fetchFromGitHub {
18 repo = "labwc-tweaks";
19 rev = "9007079640e0f38c1d69ac94899229354a5c67b2";
20 hash = "sha256-klKPHAhJ6fedFojXPfesjs1dG5NJhBZkzynhka5vD8M=";
39 substituteInPlace tweaks-qt/gen-layout-list --replace-fail /usr/share/X11/xkb ${xkeyboard_config}/share/X11/xkb
42 passthru.updateScript = unstableGitUpdater { };
45 homepage = "https://github.com/labwc/labwc-tweaks";
46 description = "Configuration gui app for labwc";
47 mainProgram = "labwc-tweaks";
48 license = lib.licenses.gpl2Only;
49 platforms = lib.platforms.unix;
50 maintainers = with lib.maintainers; [ AndersonTorres romildo ];