mate-panel: fix workspace switcher settings

This commit is contained in:
Ilya Fedin
2022-04-01 07:38:47 +04:00
parent cbebf2e15e
commit bf2b42a2c1
@@ -37,6 +37,13 @@ stdenv.mkDerivation rec {
"INTROSPECTION_TYPELIBDIR=$(out)/lib/girepository-1.0"
];
preFixup = ''
gappsWrapperArgs+=(
# Workspace switcher settings, works only when passed after gtk3 schemas in the wrapper for some reason
--prefix XDG_DATA_DIRS : "${glib.getSchemaDataDirPath mate.marco}"
)
'';
enableParallelBuilding = true;
passthru.updateScript = mateUpdateScript { inherit pname version; };