about summary refs log tree commit diff
path: root/pkgs/development/mobile/webos/novacomd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/mobile/webos/novacomd.nix')
-rw-r--r--pkgs/development/mobile/webos/novacomd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/mobile/webos/novacomd.nix b/pkgs/development/mobile/webos/novacomd.nix
index 5e12fb5ce8a33..3d9eb8de1030a 100644
--- a/pkgs/development/mobile/webos/novacomd.nix
+++ b/pkgs/development/mobile/webos/novacomd.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
   # Workaround build failure on -fno-common toolchains:
   #   ld: src/host/usb-linux.c:82: multiple definition of `t_recovery_queue';
   #     src/host/recovery.c:45: first defined here
-  NIX_CFLAGS_COMPILE = "-fcommon";
+  env.NIX_CFLAGS_COMPILE = "-fcommon";
 
   cmakeFlags = [ "-DWEBOS_TARGET_MACHINE_IMPL=host" ];