28 stdenv.mkDerivation rec {
29 pname = "lxqt-config";
32 src = fetchFromGitHub {
36 hash = "sha256-lFZTu6MqqWTjytYC7In/YJ38PYksZXduHvA/FRY4v0U=";
67 substituteInPlace lxqt-config-appearance/configothertoolkits.cpp \
68 --replace-fail 'QStringLiteral("gsettings' \
69 'QStringLiteral("${glib.bin}/bin/gsettings'
71 substituteInPlace lxqt-config-input/keyboardlayoutconfig.h \
72 --replace-fail '/usr/share/X11/xkb/rules/base.lst' \
73 '${xkeyboard_config}/share/X11/xkb/rules/base.lst'
76 passthru.updateScript = gitUpdater { };
79 homepage = "https://github.com/lxqt/lxqt-config";
80 description = "Tools to configure LXQt and the underlying operating system";
81 license = licenses.lgpl21Plus;
82 platforms = platforms.linux;
83 maintainers = teams.lxqt.members;