* Udev updated to 172.
svn path=/nixpkgs/branches/kde-4.7/; revision=27795
This commit is contained in:
parent
bc16ee83ae
commit
e14c8876d1
@ -4,11 +4,11 @@
|
|||||||
assert stdenv ? glibc;
|
assert stdenv ? glibc;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "udev-171";
|
name = "udev-172";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kernel/linux/utils/kernel/hotplug/${name}.tar.bz2";
|
url = "mirror://kernel/linux/utils/kernel/hotplug/${name}.tar.bz2";
|
||||||
sha256 = "0pk921963m10qyrv1bnwqxf91ds074xxgswkh616r8f1fihf9lgy";
|
sha256 = "0smxggvhhilcqcsi98fmk0nngzy1x8v6ibas609zysgza74rr5dq";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gperf pkgconfig glib acl libusb usbutils ];
|
buildInputs = [ gperf pkgconfig glib acl libusb usbutils ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user