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-05 11:42:03 -04:00
parent dc09e3edfc
commit c6268906e7
No known key found for this signature in database
GPG key ID: 9BB92CC1552E99AA

View file

@ -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