Navigation Menu

Skip to content

Commit

Permalink
sparkleshare: Add git-lfs dependency.
Browse files Browse the repository at this point in the history
SparkleShare failed to sync some repos because it failed to find the git-lfs command.
  • Loading branch information
kevincox committed Sep 5, 2020
1 parent 6150ee8 commit 33516f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/version-management/sparkleshare/default.nix
Expand Up @@ -3,6 +3,7 @@
coreutils,
fetchFromGitHub,
git,
git-lfs,
glib,
gtk-sharp-3_0,
lib,
Expand Down Expand Up @@ -58,6 +59,7 @@ stdenv.mkDerivation rec {
paths = [
coreutils
git
git-lfs
glib
mono
openssh
Expand Down

0 comments on commit 33516f9

Please sign in to comment.