lightlocker: compile schemas
This commit is contained in:
parent
68e7656ddb
commit
ce14f9a9be
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user