Merge pull request #152345 from romildo/upd.lxqt-config

lxqt.lxqt-config: fix path of base.lst from xkeyboard-config

authored by

José Romildo Malaquias and committed by
GitHub
80607052 be47d1e1

+5
+5
pkgs/desktops/lxqt/lxqt-config/default.nix
··· 13 13 , libkscreen 14 14 , liblxqt 15 15 , libqtxdg 16 + , xkeyboard_config 16 17 , xorg 17 18 , lxqtUpdateScript 18 19 }: ··· 57 58 substituteInPlace lxqt-config-appearance/configothertoolkits.cpp \ 58 59 --replace 'QStringLiteral("gsettings' \ 59 60 'QStringLiteral("${glib.bin}/bin/gsettings' 61 + 62 + substituteInPlace lxqt-config-input/keyboardlayoutconfig.h \ 63 + --replace '/usr/share/X11/xkb/rules/base.lst' \ 64 + '${xkeyboard_config}/share/X11/xkb/rules/base.lst' 60 65 ''; 61 66 62 67 passthru.updateScript = lxqtUpdateScript { inherit pname version src; };