udev: fix for bluetooth devices according to https://bugs.archlinux.org/task/25356

svn path=/nixpkgs/trunk/; revision=30351
This commit is contained in:
Evgeny Egorochkin 2011-11-09 12:58:17 +00:00
parent fe5dd801b7
commit 33ebbc07dd

View file

@ -45,6 +45,10 @@ stdenv.mkDerivation rec {
'';
patches = [ ./custom-rules.patch ] ++
[(fetchurl {
url = https://bugs.archlinux.org/task/25356?getfile=7281;
sha256 = "01xib1pfdbwacgx8dqxgrf67a0mwkpm4kxy9f9v3df93v0m4pmbm";
})] ++
stdenv.lib.optional (stdenv.system == "armv5tel-linux") ./pre-accept4-kernel.patch;
meta = {