gpodder: disable iPodSupport by default

gpodder has an indirect dependency on libplist (pulled by libgpod),
which has known security vulnerabilities.
This commit is contained in:
Jörg Thalheim
2017-02-26 21:57:07 +01:00
parent be23e983ae
commit 49f9c202f6

View File

@@ -1,5 +1,5 @@
{ stdenv, fetchurl, python2Packages, mygpoclient, intltool
, ipodSupport ? true, libgpod
, ipodSupport ? false, libgpod
, gnome3
}: