about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/telepathy
diff options
context:
space:
mode:
authorLuca Bruno <lucabru@src.gnome.org>2014-02-20 02:27:49 +0100
committerLuca Bruno <luca.bruno@immobiliare.it>2014-02-21 09:52:32 +0100
commit9f2187478190cf30193b45cf769519315fac704d (patch)
tree0fde561d1e19460649bf68dfc29a299ecf531800 /pkgs/applications/networking/instant-messengers/telepathy
parent226be5a247deeabcb079b66b148dfb19a567f19c (diff)
telepathy-logger: install gschemas in share/telepathy-logger
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/telepathy')
-rw-r--r--pkgs/applications/networking/instant-messengers/telepathy/logger/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/instant-messengers/telepathy/logger/default.nix b/pkgs/applications/networking/instant-messengers/telepathy/logger/default.nix
index 173dfe9c929f1..bd8cffd40e4b5 100644
--- a/pkgs/applications/networking/instant-messengers/telepathy/logger/default.nix
+++ b/pkgs/applications/networking/instant-messengers/telepathy/logger/default.nix
@@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
 
   configureFlags = "--enable-call";
 
+  installFlags = "gsettingsschemadir=\${out}/share/telepathy/logger/glib-2.0/schemas/";
+
   meta = {
     description = "Logger service for Telepathy framework";
     homepage = http://telepathy.freedesktop.org/wiki/Logger ;