about summary refs log tree commit diff
path: root/pkgs/applications/version-management/sparkleshare
diff options
context:
space:
mode:
authorKevin Cox <kevincox@kevincox.ca>2020-09-05 11:42:03 -0400
committerKevin Cox <kevincox@kevincox.ca>2020-09-07 10:22:19 -0400
commitc6268906e7e1cdd5c98526db41255c9f6e7af5d2 (patch)
tree8eef433ac626c8f604f9908fcb7b91d23d1044cb /pkgs/applications/version-management/sparkleshare
parentdc09e3edfc4c1a4bf612cd2dcefd05096d8a9026 (diff)
sparkleshare: Add git-lfs dependency.
SparkleShare failed to sync some repos because it failed to find the git-lfs command.
Diffstat (limited to 'pkgs/applications/version-management/sparkleshare')
-rw-r--r--pkgs/applications/version-management/sparkleshare/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/version-management/sparkleshare/default.nix b/pkgs/applications/version-management/sparkleshare/default.nix
index d4ae8a95b3ee6..ef61d518a1ec0 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