From f2a6100f1ff66dced2c8eb864be3778c5705c6f6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 16 Jul 2023 17:42:33 +0530 Subject: [PATCH] Replace more references to librsync --- .github/workflows/ci.py | 2 +- Brewfile | 2 +- shell.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.py b/.github/workflows/ci.py index b3f00c67e..0a40e8434 100644 --- a/.github/workflows/ci.py +++ b/.github/workflows/ci.py @@ -42,7 +42,7 @@ def install_deps(): run('sudo apt-get update') run('sudo apt-get install -y libgl1-mesa-dev libxi-dev libxrandr-dev libxinerama-dev ca-certificates' ' libxcursor-dev libxcb-xkb-dev libdbus-1-dev libxkbcommon-dev libharfbuzz-dev libx11-xcb-dev zsh' - ' libpng-dev liblcms2-dev libfontconfig-dev libxkbcommon-x11-dev libcanberra-dev librsync-dev uuid-dev' + ' libpng-dev liblcms2-dev libfontconfig-dev libxkbcommon-x11-dev libcanberra-dev libxxhash-dev uuid-dev' ' zsh bash dash') # for some reason these directories are world writable which causes zsh # compinit to break diff --git a/Brewfile b/Brewfile index 35de4d1b7..ad7a38fb3 100644 --- a/Brewfile +++ b/Brewfile @@ -1,6 +1,6 @@ brew "pkg-config" brew "zlib" -brew "librsync" +brew "xxhash" brew "python" brew "imagemagick" brew "harfbuzz" diff --git a/shell.nix b/shell.nix index c3d2cbf68..d7f437af1 100644 --- a/shell.nix +++ b/shell.nix @@ -13,7 +13,7 @@ mkShell rec { harfbuzzWithCoreText ncurses lcms2 - librsync + xxhash ] ++ optionals stdenv.isDarwin [ Cocoa CoreGraphics