about summary refs log tree commit diff
path: root/pkgs/development/tools/godot/4/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/godot/4/default.nix')
-rw-r--r--pkgs/development/tools/godot/4/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/godot/4/default.nix b/pkgs/development/tools/godot/4/default.nix
index 177e2448cc31..13ccfcc80964 100644
--- a/pkgs/development/tools/godot/4/default.nix
+++ b/pkgs/development/tools/godot/4/default.nix
@@ -91,7 +91,7 @@ stdenv.mkDerivation rec {
 
   enableParallelBuilding = true;
 
-  sconsFlags = "platform=linuxbsd target=editor production=true";
+  sconsFlags = [ "platform=linuxbsd target=editor production=true" ];
   preConfigure = ''
     sconsFlags+=" ${
       lib.concatStringsSep " "