* udisks updated to 1.0.4.

svn path=/nixpkgs/trunk/; revision=30993
This commit is contained in:
Eelco Dolstra 2011-12-20 23:04:07 +00:00
parent 32a88887c6
commit a9a3aed0c2

View File

@ -3,11 +3,11 @@
, libxslt, docbook_xsl, utillinux, automake, autoconf }: , libxslt, docbook_xsl, utillinux, automake, autoconf }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "udisks-1.0.3"; name = "udisks-1.0.4";
src = fetchurl { src = fetchurl {
url = "http://hal.freedesktop.org/releases/${name}.tar.gz"; url = "http://hal.freedesktop.org/releases/${name}.tar.gz";
sha256 = "0jwavs2ag0cv46517j17943s16a8fw2lqk4k3cljgivh5aswwnyr"; sha256 = "1xgqifddwaavmjc8c30i0mdffyirsld7c6qhfyjw7f9khwv8jjw5";
}; };
# Move 80-udisks.rules manually to make the patch smaller # Move 80-udisks.rules manually to make the patch smaller
@ -18,7 +18,6 @@ stdenv.mkDerivation rec {
patches = [ ./purity.patch ]; patches = [ ./purity.patch ];
buildInputs = buildInputs =
[ sg3_utils udev glib dbus dbus_glib polkit parted [ sg3_utils udev glib dbus dbus_glib polkit parted
lvm2 libatasmart intltool libuuid libxslt docbook_xsl lvm2 libatasmart intltool libuuid libxslt docbook_xsl
@ -26,7 +25,7 @@ stdenv.mkDerivation rec {
buildNativeInputs = [ automake autoconf pkgconfig ]; buildNativeInputs = [ automake autoconf pkgconfig ];
configureFlags = "--localstatedir=/var"; configureFlags = "--localstatedir=/var --enable-lvm2";
preConfigure = preConfigure =
'' ''