about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-04-16 19:46:23 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-23 03:20:21 +0300
commitc73aa79a8feb3d07a001d9f68cfbe86e6c38da82 (patch)
treebb5b2be76ec49ddc9f56ab733654d1ffa3aa60e5
parent9765f40a39e648aab012c384a2b373d485ce14a8 (diff)
downloadnixlib-c73aa79a8feb3d07a001d9f68cfbe86e6c38da82.tar
nixlib-c73aa79a8feb3d07a001d9f68cfbe86e6c38da82.tar.gz
nixlib-c73aa79a8feb3d07a001d9f68cfbe86e6c38da82.tar.bz2
nixlib-c73aa79a8feb3d07a001d9f68cfbe86e6c38da82.tar.lz
nixlib-c73aa79a8feb3d07a001d9f68cfbe86e6c38da82.tar.xz
nixlib-c73aa79a8feb3d07a001d9f68cfbe86e6c38da82.tar.zst
nixlib-c73aa79a8feb3d07a001d9f68cfbe86e6c38da82.zip
graphite service: Use correct output of cairo
-rw-r--r--nixos/modules/services/monitoring/graphite.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/monitoring/graphite.nix b/nixos/modules/services/monitoring/graphite.nix
index 8ef684932ac6..08fc3f04dbfc 100644
--- a/nixos/modules/services/monitoring/graphite.nix
+++ b/nixos/modules/services/monitoring/graphite.nix
@@ -465,7 +465,7 @@ in {
           DJANGO_SETTINGS_MODULE = "graphite.settings";
           GRAPHITE_CONF_DIR = configDir;
           GRAPHITE_STORAGE_DIR = dataDir;
-          LD_LIBRARY_PATH = "${pkgs.cairo}/lib";
+          LD_LIBRARY_PATH = "${pkgs.cairo.out}/lib";
         };
         serviceConfig = {
           ExecStart = ''