about summary refs log tree commit diff
path: root/pkgs/development/libraries/libagar/libagar_test.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-02-23 18:01:49 +0000
committerGitHub <noreply@github.com>2023-02-23 18:01:49 +0000
commit3cdd7718204d55c46ee81a58706e2ef1d291cbe7 (patch)
treedbcce89d48dbf6ebcf08c550b3b3c1170e53c3a3 /pkgs/development/libraries/libagar/libagar_test.nix
parent1dd9fc27f56c8cdc6315f701148ca40b6bff8087 (diff)
parent4688cd53b60d045633225e628d37f64105fb81ff (diff)
Merge staging-next into staging
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 19efea263c07d..96574ca118878 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 \