shell.nix: add dependency on librsync

The dependency on librsync was introduced in f0fab80f5b.
This commit is contained in:
Luflosi
2021-09-25 14:37:38 +02:00
parent fe0d1034aa
commit 327f4ca327

View File

@@ -13,6 +13,7 @@ mkShell rec {
harfbuzzWithCoreText
ncurses
lcms2
librsync
] ++ optionals stdenv.isDarwin [
Cocoa
CoreGraphics