* udev updated to 171.
svn path=/nixpkgs/branches/kde-4.7/; revision=27627
This commit is contained in:
parent
c8fbe3a724
commit
feb13bc97d
@ -4,11 +4,11 @@
|
|||||||
assert stdenv ? glibc;
|
assert stdenv ? glibc;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "udev-166";
|
name = "udev-171";
|
||||||
|
|
||||||
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 = "1msl8cwf47shmz5lr2w9w3nzzxqnf5dc0bs7dvbnxmbal60p7lpm";
|
sha256 = "0pk921963m10qyrv1bnwqxf91ds074xxgswkh616r8f1fihf9lgy";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gperf pkgconfig glib acl libusb usbutils ];
|
buildInputs = [ gperf pkgconfig glib acl libusb usbutils ];
|
||||||
@ -20,6 +20,9 @@ stdenv.mkDerivation rec {
|
|||||||
--with-firmware-path=/root/test-firmware:/var/run/current-system/firmware
|
--with-firmware-path=/root/test-firmware:/var/run/current-system/firmware
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# Workaround for the Linux kernel headers being too old.
|
||||||
|
NIX_CFLAGS_COMPILE = "-DBTN_TRIGGER_HAPPY=0x2c0";
|
||||||
|
|
||||||
postInstall =
|
postInstall =
|
||||||
''
|
''
|
||||||
# The path to rule_generator.functions in write_cd_rules and
|
# The path to rule_generator.functions in write_cd_rules and
|
||||||
|
Loading…
Reference in New Issue
Block a user