ncmpcpp: enable outputs and clock tab by default

This commit is contained in:
Franz Pletz 2019-02-19 21:47:06 +01:00
parent d8e918fa7c
commit f336986521
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -1,8 +1,8 @@
{ stdenv, fetchurl, boost, mpd_clientlib, ncurses, pkgconfig, readline
, libiconv, icu, curl
, outputsSupport ? false # outputs screen
, outputsSupport ? true # outputs screen
, visualizerSupport ? false, fftw ? null # visualizer screen
, clockSupport ? false # clock screen
, clockSupport ? true # clock screen
, taglibSupport ? true, taglib ? null # tag editor
}: