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:
parent
9978f5ba5e
commit
96191ad779
|
@ -1,11 +1,11 @@
|
||||||
{stdenv, lib, fetchurl, gettext, perlPackages, intltool, pkgconfig, glib,
|
{stdenv, lib, fetchurl, gettext, perlPackages, intltool, pkgconfig, glib,
|
||||||
libxml2, sqlite, zlib, sg3_utils, gdk-pixbuf, taglib,
|
libxml2, sqlite, zlib, sg3_utils, gdk-pixbuf, taglib,
|
||||||
libimobiledevice, pythonPackages, mutagen,
|
libimobiledevice, python3Packages, mutagen,
|
||||||
monoSupport ? false, mono, gtk-sharp-2_0
|
monoSupport ? false, mono, gtk-sharp-2_0
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
inherit (pythonPackages) python pygobject2;
|
inherit (python3Packages) python pygobject2;
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "libgpod-0.8.3";
|
name = "libgpod-0.8.3";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
|
Loading…
Reference in New Issue