about summary refs log tree commit diff
path: root/src/libstore/local.mk
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2018-02-15T16·37+0100
committerGitHub <noreply@github.com>2018-02-15T16·37+0100
commit3a5a241b3209f14f8801b902ba20b5cb0666c9df (patch)
tree5e763196ddad940b5d8c34bedb91cc9df86d790b /src/libstore/local.mk
parentd26b71fda61196033c27cbac0ffed2a94fd1fe4c (diff)
parent8f186722a97882ba41330684f37bfe8b8637eba8 (diff)
Merge pull request #1873 from matthewbauer/fix-manpath
Set MANPATH in case man path isn’t set correctly.
Diffstat (limited to 'src/libstore/local.mk')
-rw-r--r--src/libstore/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstore/local.mk b/src/libstore/local.mk
index 239356aee8..c7ac534e23 100644
--- a/src/libstore/local.mk
+++ b/src/libstore/local.mk
@@ -38,6 +38,7 @@ libstore_CXXFLAGS = \
  -DNIX_CONF_DIR=\"$(sysconfdir)/nix\" \
  -DNIX_LIBEXEC_DIR=\"$(libexecdir)\" \
  -DNIX_BIN_DIR=\"$(bindir)\" \
+ -DNIX_MAN_DIR=\"$(mandir)\" \
  -DSANDBOX_SHELL="\"$(sandbox_shell)\"" \
  -DLSOF=\"$(lsof)\"