mate.libmatekbd: Compile gsettings schemas

Fixes 649a482d94.
This commit is contained in:
Bobby Rong 2024-07-31 22:52:12 +08:00
parent 649a482d94
commit 3f21a8884e
No known key found for this signature in database

View File

@ -41,6 +41,10 @@ stdenv.mkDerivation rec {
libxklavier
];
postInstall = ''
glib-compile-schemas $out/share/glib-2.0/schemas
'';
passthru.updateScript = gitUpdater {
rev-prefix = "v";
odd-unstable = true;