3
0
Fork 0
forked from mirrors/nixpkgs

conky: Don't enable nvidiaSupport by default

This has been introduced in 6a6fb6d31c.

Relying on non-free software by default is probably a bad idea. Apart
from the fact that (sane) people usually don't want to have it sitting
on their system even people who don't care will have to set
"allowUnfree" to true in order to install conky.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @canndrew, @Mic92
This commit is contained in:
aszlig 2017-09-01 17:35:17 +02:00
parent 6443915b07
commit 7f99876f50
No known key found for this signature in database
GPG key ID: 1DE8E48E57DB5436

View file

@ -26,7 +26,7 @@
, toluapp ? null
, wirelessSupport ? true , wirelesstools ? null
, nvidiaSupport ? true , libXNVCtrl ? null
, nvidiaSupport ? false , libXNVCtrl ? null
, curlSupport ? true , curl ? null
, rssSupport ? curlSupport