gpodder: drop ipod support
Upstream claims it doesn't work https://github.com/gpodder/gpodder/issues/706.
This commit is contained in:
parent
b3fd4fc029
commit
d206f31908
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchFromGitHub, python3, python3Packages, intltool
|
{ stdenv, fetchFromGitHub, python3, python3Packages, intltool
|
||||||
, glibcLocales, gnome3, gtk3, wrapGAppsHook
|
, glibcLocales, gnome3, gtk3, wrapGAppsHook
|
||||||
, ipodSupport ? false, libgpod, gobject-introspection
|
, gobject-introspection
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
@ -50,7 +50,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
podcastparser
|
podcastparser
|
||||||
html5lib
|
html5lib
|
||||||
gtk3
|
gtk3
|
||||||
] ++ stdenv.lib.optional ipodSupport libgpod;
|
];
|
||||||
|
|
||||||
makeFlags = [
|
makeFlags = [
|
||||||
"PREFIX=$(out)"
|
"PREFIX=$(out)"
|
||||||
|
Loading…
Reference in New Issue
Block a user