aboutsummaryrefslogtreecommitdiff
path: root/pkgs/misc/drivers/xwiimote
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/misc/drivers/xwiimote
parent85a9913edd50b7ea9b4dfbaedd5d40a739b97d3e (diff)
treewide: Make configureFlags lists
Diffstat (limited to 'pkgs/misc/drivers/xwiimote')
-rw-r--r--pkgs/misc/drivers/xwiimote/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/drivers/xwiimote/default.nix b/pkgs/misc/drivers/xwiimote/default.nix
index 5d54d647f2b1..a21584afa4c2 100644
--- a/pkgs/misc/drivers/xwiimote/default.nix
+++ b/pkgs/misc/drivers/xwiimote/default.nix
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ udev ncurses bluez ];
- configureFlags = "--with-doxygen=no";
+ configureFlags = [ "--with-doxygen=no" ];
meta = {
homepage = http://dvdhrm.github.io/xwiimote;