mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
bluez: support libical 4.0
This commit is contained in:
parent
aca9a4c78c
commit
a3cd26c1e5
1 changed files with 5 additions and 0 deletions
|
|
@ -44,6 +44,11 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
url = "https://git.kernel.org/pub/scm/bluetooth/bluez.git/patch/?id=21e13976f2e375d701b8b7032ba5c1b2e56c305f";
|
||||
hash = "sha256-JrdmYiC+U0KeMP8oVg12Z8CvkMEKWBVgiiUACx0E7dY=";
|
||||
})
|
||||
(fetchpatch2 {
|
||||
name = "support-libical-4.0.patch";
|
||||
url = "https://git.kernel.org/pub/scm/bluetooth/bluez.git/patch/?id=e60d07255327db3fc4e3a28d7fcc792cd42c34d0";
|
||||
hash = "sha256-1uw+5nTjh+t1/L++fRNIlQWblwDwTJifH0EvAn3dym8=";
|
||||
})
|
||||
./lreadline.patch
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue