mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
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
|
||||
, 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)"
|
||||
|
Loading…
Reference in New Issue
Block a user