summary refs log tree commit diff
path: root/pkgs/games/liquidwar/5.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/liquidwar/5.nix')
-rw-r--r--pkgs/games/liquidwar/5.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/liquidwar/5.nix b/pkgs/games/liquidwar/5.nix
index eab7941cbd1..ef7a42f0829 100644
--- a/pkgs/games/liquidwar/5.nix
+++ b/pkgs/games/liquidwar/5.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
 
   hardeningDisable = [ "format" ];
 
-  NIX_CFLAGS_COMPILE = [
+  NIX_CFLAGS_COMPILE = toString [
     # Workaround build failure on -fno-common toolchains like upstream
     # gcc-10. Otherwise build fails as:
     #   ld: random.o:(.bss+0x0): multiple definition of `LW_RANDOM_ON'; game.o:(.bss+0x4): first defined here