summary refs log tree commit diff
path: root/pkgs/applications/networking/offrss/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/offrss/default.nix')
-rw-r--r--pkgs/applications/networking/offrss/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/offrss/default.nix b/pkgs/applications/networking/offrss/default.nix
index cad7339fe08..773ec444edf 100644
--- a/pkgs/applications/networking/offrss/default.nix
+++ b/pkgs/applications/networking/offrss/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
   # Workaround build failure on -fno-common toolchains:
   #   ld: serve_pdf.o:offrss.h:75: multiple definition of `cgi_url_path';
   #     offrss.o:offrss.h:75: first defined here
-  NIX_CFLAGS_COMPILE = "-fcommon";
+  env.NIX_CFLAGS_COMPILE = "-fcommon";
 
   configurePhase = ''
     substituteInPlace Makefile \