From c6268906e7e1cdd5c98526db41255c9f6e7af5d2 Mon Sep 17 00:00:00 2001 From: Kevin Cox Date: Sat, 5 Sep 2020 11:42:03 -0400 Subject: [PATCH] sparkleshare: Add git-lfs dependency. SparkleShare failed to sync some repos because it failed to find the git-lfs command. --- pkgs/applications/version-management/sparkleshare/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/version-management/sparkleshare/default.nix b/pkgs/applications/version-management/sparkleshare/default.nix index d4ae8a95b3e..ef61d518a1e 100644 --- a/pkgs/applications/version-management/sparkleshare/default.nix +++ b/pkgs/applications/version-management/sparkleshare/default.nix @@ -3,6 +3,7 @@ coreutils, fetchFromGitHub, git, + git-lfs, glib, gtk-sharp-3_0, lib, @@ -58,6 +59,7 @@ stdenv.mkDerivation rec { paths = [ coreutils git + git-lfs glib mono openssh