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

View File

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