mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
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:
parent
be23e983ae
commit
49f9c202f6
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, python2Packages, mygpoclient, intltool
|
{ stdenv, fetchurl, python2Packages, mygpoclient, intltool
|
||||||
, ipodSupport ? true, libgpod
|
, ipodSupport ? false, libgpod
|
||||||
, gnome3
|
, gnome3
|
||||||
}:
|
}:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user