From 327f4ca3271b30881e4e670efef51e2a2f9a2834 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Sat, 25 Sep 2021 14:37:38 +0200 Subject: [PATCH] shell.nix: add dependency on librsync The dependency on librsync was introduced in f0fab80f5b9dec2c8eafc995fb9bdd7818bcb2ce. --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index c735f1339..5bc449cda 100644 --- a/shell.nix +++ b/shell.nix @@ -13,6 +13,7 @@ mkShell rec { harfbuzzWithCoreText ncurses lcms2 + librsync ] ++ optionals stdenv.isDarwin [ Cocoa CoreGraphics