mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
libgpod: do not use top-level python packages
This commit is contained in:
parent
2a549714bb
commit
3edef544e4
1 changed files with 4 additions and 2 deletions
|
@ -1,10 +1,12 @@
|
|||
{stdenv, lib, fetchurl, gettext, perl, perlXMLParser, intltool, pkgconfig, glib,
|
||||
libxml2, sqlite, libusb1, zlib, sg3_utils, gdk_pixbuf, taglib,
|
||||
libimobiledevice, python, pygobject2, mutagen,
|
||||
libimobiledevice, pythonPackages, mutagen,
|
||||
monoSupport ? true, mono, gtk-sharp-2_0
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
let
|
||||
inherit (pythonPackages) python pygobject2;
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "libgpod-0.8.3";
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/gtkpod/${name}.tar.bz2";
|
||||
|
|
Loading…
Reference in a new issue