summary refs log tree commit diff
path: root/pkgs/development/libraries/maplibre-gl-native/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/maplibre-gl-native/default.nix')
-rw-r--r--pkgs/development/libraries/maplibre-gl-native/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/maplibre-gl-native/default.nix b/pkgs/development/libraries/maplibre-gl-native/default.nix
index 8d6c0664ca1..6d55d4de58f 100644
--- a/pkgs/development/libraries/maplibre-gl-native/default.nix
+++ b/pkgs/development/libraries/maplibre-gl-native/default.nix
@@ -56,7 +56,7 @@ mkDerivation rec {
     "-DMBGL_WITH_QT_HEADLESS=OFF"
   ];
 
-  NIX_CFLAGS_COMPILE = lib.optionals (stdenv.cc.isGNU && lib.versionAtLeast stdenv.cc.version "12") [
+  env.NIX_CFLAGS_COMPILE = lib.optionals (stdenv.cc.isGNU && lib.versionAtLeast stdenv.cc.version "12") [
     # Needed with GCC 12 but problematic with some old GCCs
     "-Wno-error=use-after-free"
   ];