summary refs log tree commit diff
path: root/pkgs/development/libraries/wayland/1.9.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/wayland/1.9.nix')
-rw-r--r--pkgs/development/libraries/wayland/1.9.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/wayland/1.9.nix b/pkgs/development/libraries/wayland/1.9.nix
index 3555a923228..750a786c3fc 100644
--- a/pkgs/development/libraries/wayland/1.9.nix
+++ b/pkgs/development/libraries/wayland/1.9.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
     sha256 = "1yhy62vkbq8j8c9zaa6yzvn75cd99kfa8n2zfdwl80x019r711ww";
   };
 
-  configureFlags = "--with-scanner --disable-documentation";
+  configureFlags = [ "--with-scanner" "--disable-documentation" ];
 
   nativeBuildInputs = [ pkgconfig ];