about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/udev
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2010-07-21 12:02:12 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2010-07-21 12:02:12 +0000
commitab0d010869eedcdee35935571528158e6e0118c9 (patch)
treece786e26ab791b0863f64487ab2d0f1cefeeafb6 /pkgs/os-specific/linux/udev
parent2f6c7cd3dd2ce0cd39d92f47048a489419be7686 (diff)
downloadnixlib-ab0d010869eedcdee35935571528158e6e0118c9.tar
nixlib-ab0d010869eedcdee35935571528158e6e0118c9.tar.gz
nixlib-ab0d010869eedcdee35935571528158e6e0118c9.tar.bz2
nixlib-ab0d010869eedcdee35935571528158e6e0118c9.tar.lz
nixlib-ab0d010869eedcdee35935571528158e6e0118c9.tar.xz
nixlib-ab0d010869eedcdee35935571528158e6e0118c9.tar.zst
nixlib-ab0d010869eedcdee35935571528158e6e0118c9.zip
* Udev updated to 160.
svn path=/nixpkgs/branches/x-updates/; revision=22688
Diffstat (limited to 'pkgs/os-specific/linux/udev')
-rw-r--r--pkgs/os-specific/linux/udev/default.nix22
1 files changed, 11 insertions, 11 deletions
diff --git a/pkgs/os-specific/linux/udev/default.nix b/pkgs/os-specific/linux/udev/default.nix
index d6007c9f9577..4dec9200ed52 100644
--- a/pkgs/os-specific/linux/udev/default.nix
+++ b/pkgs/os-specific/linux/udev/default.nix
@@ -1,27 +1,27 @@
-{stdenv, fetchurl, gperf, pkgconfig, glib, acl, 
-  libusb, usbutils, pciutils, ...}:
+{ stdenv, fetchurl, gperf, pkgconfig, glib, acl
+, libusb, usbutils, pciutils }:
 
 assert stdenv ? glibc;
 
 stdenv.mkDerivation rec {
-  name = "udev-154";
+  name = "udev-160";
 
   src = fetchurl {
     url = "mirror://kernel/linux/utils/kernel/hotplug/${name}.tar.bz2";
-    sha256 = "1aw5vn96gasvkjh6nfivaf68l6ph33y63zf7gnp3mc7c7zfncm0c";
+    sha256 = "0wx43bxiff8i80k7w3j2iszksdzw1hz6sanx8cjsiypgppi4fr12";
   };
 
-  buildInputs = [gperf pkgconfig glib acl libusb usbutils];
+  buildInputs = [ gperf pkgconfig glib acl libusb usbutils ];
 
-  configureFlags = "--with-pci-ids-path=${pciutils}/share/pci.ids
-    --disable-introspection
-    --with-firmware-path=/root/test-firmware:/var/run/current-system/firmware";
+  configureFlags =
+    ''
+      --with-pci-ids-path=${pciutils}/share/pci.ids
+      --disable-introspection
+      --with-firmware-path=/root/test-firmware:/var/run/current-system/firmware
+    '';
 
   postInstall =
     ''
-      # Install some rules that really should be installed by default.
-      cp rules/packages/40-pilot-links.rules $out/libexec/rules.d/
-
       # The path to rule_generator.functions in write_cd_rules and
       # write_net_rules is broken.  Also, don't store the mutable
       # persistant rules in /etc/udev/rules.d but in