diff options
Diffstat (limited to 'daemon.am')
-rw-r--r-- | daemon.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon.am b/daemon.am index 50b488923a..eecfea1c7e 100644 --- a/daemon.am +++ b/daemon.am @@ -126,6 +126,7 @@ guix_daemon_SOURCES = \ nix/nix-daemon/guix-daemon.cc guix_daemon_CPPFLAGS = \ + -DLOCALEDIR=\"$(localedir)\" \ $(libutil_a_CPPFLAGS) \ -I$(top_srcdir)/nix/libstore |