summary refs log tree commit diff
path: root/pkgs/development/libraries/wayland
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2018-07-25 17:44:21 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2018-08-03 17:06:03 -0400
commitdb965063b346a33cc3f6363a40cbde2658d2cd23 (patch)
treef6c76998d8a18f09d782000922a0429cbaacf8b9 /pkgs/development/libraries/wayland
parent85a9913edd50b7ea9b4dfbaedd5d40a739b97d3e (diff)
downloadnixpkgs-db965063b346a33cc3f6363a40cbde2658d2cd23.tar
nixpkgs-db965063b346a33cc3f6363a40cbde2658d2cd23.tar.gz
nixpkgs-db965063b346a33cc3f6363a40cbde2658d2cd23.tar.bz2
nixpkgs-db965063b346a33cc3f6363a40cbde2658d2cd23.tar.lz
nixpkgs-db965063b346a33cc3f6363a40cbde2658d2cd23.tar.xz
nixpkgs-db965063b346a33cc3f6363a40cbde2658d2cd23.tar.zst
nixpkgs-db965063b346a33cc3f6363a40cbde2658d2cd23.zip
treewide: Make configureFlags lists
Diffstat (limited to 'pkgs/development/libraries/wayland')
-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 ];