about summary refs log tree commit diff
path: root/pkgs/tools/graphics/ggobi/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/ggobi/default.nix')
-rw-r--r--pkgs/tools/graphics/ggobi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/ggobi/default.nix b/pkgs/tools/graphics/ggobi/default.nix
index 071c8f360792b..0ed1855a338ce 100644
--- a/pkgs/tools/graphics/ggobi/default.nix
+++ b/pkgs/tools/graphics/ggobi/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
   nativeBuildInputs = [ pkgconfig ];
   buildInputs = [ libxml2 gtk2 ];
 
-  configureFlags = "--with-all-plugins";
+  configureFlags = [ "--with-all-plugins" ];
 
   hardeningDisable = [ "format" ];