gpodder: drop ipod support

Upstream claims it doesn't work https://github.com/gpodder/gpodder/issues/706.
This commit is contained in:
worldofpeace 2019-12-12 06:02:24 -05:00
parent b3fd4fc029
commit d206f31908

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, python3, python3Packages, intltool
, glibcLocales, gnome3, gtk3, wrapGAppsHook
, ipodSupport ? false, libgpod, gobject-introspection
, gobject-introspection
}:
python3Packages.buildPythonApplication rec {
@ -50,7 +50,7 @@ python3Packages.buildPythonApplication rec {
podcastparser
html5lib
gtk3
] ++ stdenv.lib.optional ipodSupport libgpod;
];
makeFlags = [
"PREFIX=$(out)"