lightlocker: compile schemas

This commit is contained in:
worldofpeace 2019-04-21 19:32:15 -04:00
parent 68e7656ddb
commit ce14f9a9be

View file

@ -60,6 +60,10 @@ stdenv.mkDerivation rec {
"-Dgsettings=true"
];
postInstall = ''
${glib.dev}/bin/glib-compile-schemas $out/share/glib-2.0/schemas
'';
meta = with stdenv.lib; {
homepage = https://github.com/the-cavalry/light-locker;
description = "A simple session-locker for LightDM";