mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
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,
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user