shell.nix: add dependency on librsync
The dependency on librsync was introduced in f0fab80f5b.
This commit is contained in:
parent
fe0d1034aa
commit
327f4ca327
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ mkShell rec {
|
|||
harfbuzzWithCoreText
|
||||
ncurses
|
||||
lcms2
|
||||
librsync
|
||||
] ++ optionals stdenv.isDarwin [
|
||||
Cocoa
|
||||
CoreGraphics
|
||||
|
|
|
|||
Loading…
Reference in a new issue