mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
libgpod: do not use top-level python packages
This commit is contained in:
parent
2a549714bb
commit
3edef544e4
@ -1,10 +1,12 @@
|
|||||||
{stdenv, lib, fetchurl, gettext, perl, perlXMLParser, intltool, pkgconfig, glib,
|
{stdenv, lib, fetchurl, gettext, perl, perlXMLParser, intltool, pkgconfig, glib,
|
||||||
libxml2, sqlite, libusb1, zlib, sg3_utils, gdk_pixbuf, taglib,
|
libxml2, sqlite, libusb1, zlib, sg3_utils, gdk_pixbuf, taglib,
|
||||||
libimobiledevice, python, pygobject2, mutagen,
|
libimobiledevice, pythonPackages, mutagen,
|
||||||
monoSupport ? true, mono, gtk-sharp-2_0
|
monoSupport ? true, mono, gtk-sharp-2_0
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
let
|
||||||
|
inherit (pythonPackages) python pygobject2;
|
||||||
|
in stdenv.mkDerivation rec {
|
||||||
name = "libgpod-0.8.3";
|
name = "libgpod-0.8.3";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/gtkpod/${name}.tar.bz2";
|
url = "mirror://sourceforge/gtkpod/${name}.tar.bz2";
|
||||||
|
Loading…
Reference in New Issue
Block a user