]> git.proxmox.com Git - debcargo-conf.git/blob - src/coreutils/debian/patches/relax-notify.diff
f6ddc05872f1ebf54a1a00e99343039622423950
[debcargo-conf.git] / src / coreutils / debian / patches / relax-notify.diff
1 Index: coreutils/src/uu/tail/Cargo.toml
2 ===================================================================
3 --- coreutils.orig/src/uu/tail/Cargo.toml
4 +++ coreutils/src/uu/tail/Cargo.toml
5 @@ -19,7 +19,8 @@ path = "src/tail.rs"
6 clap = { version = "3.2", features = ["wrap_help", "cargo"] }
7 libc = "0.2.132"
8 memchr = "2.5.0"
9 -notify = { version = "=5.0.0", features=["macos_kqueue"]}
10 +notify = "5.0.0"
11 +#notify = { version = "=5.0.0", features=["macos_kqueue"]}
12 uucore = { version=">=0.0.16", package="uucore", path="../../uucore", features=["ringbuffer", "lines"] }
13 same-file = "1.0.6"
14