* HAL 0.5.10.

svn path=/nixpkgs/trunk/; revision=10985
This commit is contained in:
Eelco Dolstra 2008-03-06 13:06:32 +00:00
parent f2f87036ce
commit e75e52f61f
2 changed files with 8 additions and 6 deletions

View File

@ -1,11 +1,11 @@
args: with args;
stdenv.mkDerivation {
name = "hal-0.5.9";
name = "hal-0.5.10";
src = fetchurl {
url = http://people.freedesktop.org/~david/dist/hal-0.5.9.tar.gz;
sha256 = "178cm30kshwvs0kf5d3l9cn4hyhfv5h6c6q0qnl0jxhynvpgin35";
url = http://hal.freedesktop.org/releases/hal-0.5.10.tar.gz;
sha256 = "0k6bgavkry7sl1wwpwfpk15r52b75gfql2qgyijaqaxg826a2was";
};
buildInputs = [
@ -24,6 +24,8 @@ stdenv.mkDerivation {
--with-eject=${eject}/bin/eject
";
propagatedBuildInputs = [libusb];
preBuild = "
substituteInPlace hald/linux/coldplug.c --replace /usr/bin/udevinfo ${udev}/bin/udevinfo
";

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl}:
stdenv.mkDerivation {
name = "libvolume_id-0.75.0";
name = "libvolume_id-0.81.0";
src = fetchurl {
url = http://www.marcuscom.com/downloads/libvolume_id-0.75.0.tar.bz2;
sha256 = "1n1ji2jz45ncvyv529nz8xwcz058z9z98970v9h2wwwg8ra2a1sl";
url = http://www.marcuscom.com/downloads/libvolume_id-0.81.0.tar.bz2;
sha256 = "1dpmp1kb40kb1jxj6flpi37wy789wf91dm4bax6jspd1jdc6hsrg";
};
preBuild = "