libgpod: use python3

there is a syntax error shown during configuration, but build succeeds
and clementineUnfree that uses this lib seems to work fine.
This commit is contained in:
Frederik Rietdijk 2019-11-13 15:45:12 +01:00
parent 9978f5ba5e
commit 96191ad779

View file

@ -1,11 +1,11 @@
{stdenv, lib, fetchurl, gettext, perlPackages, intltool, pkgconfig, glib,
libxml2, sqlite, zlib, sg3_utils, gdk-pixbuf, taglib,
libimobiledevice, pythonPackages, mutagen,
libimobiledevice, python3Packages, mutagen,
monoSupport ? false, mono, gtk-sharp-2_0
}:
let
inherit (pythonPackages) python pygobject2;
inherit (python3Packages) python pygobject2;
in stdenv.mkDerivation rec {
name = "libgpod-0.8.3";
src = fetchurl {