forked from mirrors/nixpkgs
gnome-vfs-2.24.4
svn path=/nixpkgs/trunk/; revision=29719
This commit is contained in:
parent
c35c6ec9fa
commit
0ba5532d4b
|
@ -100,7 +100,7 @@ pkgs.makeOverridable
|
||||||
};
|
};
|
||||||
|
|
||||||
gnome_vfs = import ./platform/gnome-vfs {
|
gnome_vfs = import ./platform/gnome-vfs {
|
||||||
inherit (pkgs) stdenv fetchurl pkgconfig libxml2 bzip2 openssl samba dbus_glib fam hal cdparanoia;
|
inherit (pkgs) stdenv fetchurl_gnome pkgconfig libxml2 bzip2 openssl samba dbus_glib fam hal cdparanoia;
|
||||||
inherit (pkgs.gtkLibs) glib;
|
inherit (pkgs.gtkLibs) glib;
|
||||||
inherit intltool GConf gnome_mime_data;
|
inherit intltool GConf gnome_mime_data;
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, libxml2, bzip2, openssl, samba, dbus_glib, glib, fam, hal, cdparanoia
|
{ stdenv, fetchurl_gnome, pkgconfig, libxml2, bzip2, openssl, samba, dbus_glib
|
||||||
, intltool, GConf, gnome_mime_data}:
|
, glib, fam, hal, cdparanoia, intltool, GConf, gnome_mime_data}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnome-vfs-2.24.1";
|
name = src.pkgname;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl_gnome {
|
||||||
url = mirror://gnome/sources/gnome-vfs/2.24/gnome-vfs-2.24.1.tar.bz2;
|
project = "gnome-vfs";
|
||||||
sha256 = "1dmyr8nj77717r8dhwkixpar2yp8ld3r683gp222n59v61718ndw";
|
major = "2"; minor = "24"; patchlevel = "4";
|
||||||
|
sha256 = "1ajg8jb8k3snxc7rrgczlh8daxkjidmcv3zr9w809sq4p2sn9pk2";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
|
|
Loading…
Reference in a new issue