Author: urkud
Date: Sat Oct  8 14:08:39 2011
New Revision: 29719
URL: https://nixos.org/websvn/nix/?rev=29719&sc=1

Log:
gnome-vfs-2.24.4

Modified:
   nixpkgs/trunk/pkgs/desktops/gnome-2.28/default.nix
   nixpkgs/trunk/pkgs/desktops/gnome-2.28/platform/gnome-vfs/default.nix

Modified: nixpkgs/trunk/pkgs/desktops/gnome-2.28/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/desktops/gnome-2.28/default.nix  Sat Oct  8 12:06:03 
2011        (r29718)
+++ nixpkgs/trunk/pkgs/desktops/gnome-2.28/default.nix  Sat Oct  8 14:08:39 
2011        (r29719)
@@ -100,7 +100,7 @@
   };
 
   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 intltool GConf gnome_mime_data;
   };

Modified: nixpkgs/trunk/pkgs/desktops/gnome-2.28/platform/gnome-vfs/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/desktops/gnome-2.28/platform/gnome-vfs/default.nix       
Sat Oct  8 12:06:03 2011        (r29718)
+++ nixpkgs/trunk/pkgs/desktops/gnome-2.28/platform/gnome-vfs/default.nix       
Sat Oct  8 14:08:39 2011        (r29719)
@@ -1,12 +1,13 @@
-{ stdenv, fetchurl, pkgconfig, libxml2, bzip2, openssl, samba, dbus_glib, 
glib, fam, hal, cdparanoia
-, intltool, GConf, gnome_mime_data}:
+{ stdenv, fetchurl_gnome, pkgconfig, libxml2, bzip2, openssl, samba, dbus_glib
+, glib, fam, hal, cdparanoia, intltool, GConf, gnome_mime_data}:
 
-stdenv.mkDerivation {
-  name = "gnome-vfs-2.24.1";
+stdenv.mkDerivation rec {
+  name = src.pkgname;
 
-  src = fetchurl {
-    url = mirror://gnome/sources/gnome-vfs/2.24/gnome-vfs-2.24.1.tar.bz2;
-    sha256 = "1dmyr8nj77717r8dhwkixpar2yp8ld3r683gp222n59v61718ndw";
+  src = fetchurl_gnome {
+    project = "gnome-vfs";
+    major = "2"; minor = "24"; patchlevel = "4";
+    sha256 = "1ajg8jb8k3snxc7rrgczlh8daxkjidmcv3zr9w809sq4p2sn9pk2";
   };
 
   buildInputs =
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to