udev: fix for bluetooth devices according to https://bugs.archlinux.org/task/25356
svn path=/nixpkgs/trunk/; revision=30351
This commit is contained in:
parent
fe5dd801b7
commit
33ebbc07dd
@ -45,6 +45,10 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
patches = [ ./custom-rules.patch ] ++
|
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;
|
stdenv.lib.optional (stdenv.system == "armv5tel-linux") ./pre-accept4-kernel.patch;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user