mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
lightlocker: compile schemas
This commit is contained in:
parent
68e7656ddb
commit
ce14f9a9be
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue