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