summary refs log tree commit diff
path: root/pkgs/applications/office/wordgrinder/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/office/wordgrinder/default.nix')
-rw-r--r--pkgs/applications/office/wordgrinder/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/wordgrinder/default.nix b/pkgs/applications/office/wordgrinder/default.nix
index 0b086160e50..3647d8ea8e2 100644
--- a/pkgs/applications/office/wordgrinder/default.nix
+++ b/pkgs/applications/office/wordgrinder/default.nix
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
   ];
 
   # To be able to find <Xft.h>
-  NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isLinux "-I${libXft.dev}/include/X11";
+  env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isLinux "-I${libXft.dev}/include/X11";
 
   # Binaries look for LuaFileSystem library (lfs.so) at runtime
   postInstall = ''