sparkleshare: Add git-lfs dependency.

SparkleShare failed to sync some repos because it failed to find the git-lfs command.
This commit is contained in:
Kevin Cox
2020-09-07 10:22:19 -04:00
parent dc09e3edfc
commit c6268906e7
@@ -3,6 +3,7 @@
coreutils, coreutils,
fetchFromGitHub, fetchFromGitHub,
git, git,
git-lfs,
glib, glib,
gtk-sharp-3_0, gtk-sharp-3_0,
lib, lib,
@@ -58,6 +59,7 @@ stdenv.mkDerivation rec {
paths = [ paths = [
coreutils coreutils
git git
git-lfs
glib glib
mono mono
openssh openssh