about summary refs log tree commit diff
path: root/pkgs/development/libraries/libagar/libagar_test.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/libagar/libagar_test.nix')
-rw-r--r--pkgs/development/libraries/libagar/libagar_test.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libagar/libagar_test.nix b/pkgs/development/libraries/libagar/libagar_test.nix
index 19efea263c07..96574ca11887 100644
--- a/pkgs/development/libraries/libagar/libagar_test.nix
+++ b/pkgs/development/libraries/libagar/libagar_test.nix
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
   #   ld: textdlg.o:(.bss+0x0): multiple definition of `someString';
   #     configsettings.o:(.bss+0x0): first defined here
   # TODO: the workaround can be removed once nixpkgs updates to 1.6.0.
-  NIX_CFLAGS_COMPILE = "-fcommon";
+  env.NIX_CFLAGS_COMPILE = "-fcommon";
 
   preConfigure = ''
     substituteInPlace configure.in \